Color spaces of #caeac9
RGB | 202 | 234 | 201 |
---|---|---|---|
HSL | 0.33 | 0.44 | 0.85 |
HSV | 118° | 14° | 92° |
CMYK | 0.14 | 0.00 | 0.14 0.08 |
XYZ | 64.3226 | 75.6192 | 66.4642 |
Yxy | 75.6192 | 0.3116 | 0.3664 |
Hunter Lab | 86.9593 | -20.1448 | 15.5553 |
CIE-Lab | 89.6822 | -16.5466 | 12.5535 |
#caeac9 color RGB value is (202,234,201).
#caeac9 hex color red value is 202, green value is 234 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #caeac9 hue: 0.33 , saturation: 0.44 and the lightness value of caeac9 is 0.85.
The process color (four color CMYK) of #caeac9 color hex is 0.14, 0.00, 0.14, 0.08. Web safe color of #caeac9 is #ccffcc. Color #caeac9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11101010 | 11001001 |
Octal | 312 | 352 | 311 |
Decimal | 202 | 234 | 201 |
Hex | CA | EA | C9 |
Shades of #caeac9
Tints of #caeac9
RGB Percentages of Color #caeac9
CMYK Percentages of Color #caeac9
Complementary Color
#caeac9 | #e9c9ea |
#caeac9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caeac9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#caeac9 Color CSS Codes
.mybgcolor {background-color:#caeac9; } .myforecolor {color:#caeac9; } .mybordercolor {border:3px solid #caeac9; }
#caeac9 Text Font Color
<p style="color:#caeac9">Text here</p>
This sample text font color is #caeac9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#caeac9 Background Color
<div style="background-color:#caeac9">
Div content here</div>
This div background color is #caeac9
#caeac9 Border Color
<div style="border:3px solid #caeac9">
Div here</div>
This div border color is #caeac9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,234,201, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caeac9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caeac9; -webkit-box-shadow: 1px 1px 3px 2px #caeac9; box-shadow: 1px 1px 3px 2px #caeac9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,234,201, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caeac9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caeac9; -webkit-box-shadow: 1px 1px 3px 2px #caeac9; box-shadow: 1px 1px 3px 2px #caeac9;">
Div content here</div>
This div box has shadow with color #caeac9
Comments
No comments written yet.
Please login to write comment.