Color spaces of #cafaaa
RGB | 202 | 250 | 170 |
---|---|---|---|
HSL | 0.27 | 0.89 | 0.82 |
HSV | 96° | 32° | 98° |
CMYK | 0.19 | 0.00 | 0.32 0.02 |
XYZ | 65.7984 | 83.8301 | 50.7431 |
Yxy | 83.8301 | 0.3284 | 0.4184 |
Hunter Lab | 91.5588 | -31.9495 | 31.2318 |
CIE-Lab | 93.3767 | -29.1389 | 33.5195 |
#cafaaa color RGB value is (202,250,170).
#cafaaa hex color red value is 202, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cafaaa hue: 0.27 , saturation: 0.89 and the lightness value of cafaaa is 0.82.
The process color (four color CMYK) of #cafaaa color hex is 0.19, 0.00, 0.32, 0.02. Web safe color of #cafaaa is #ccff99. Color #cafaaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11111010 | 10101010 |
Octal | 312 | 372 | 252 |
Decimal | 202 | 250 | 170 |
Hex | CA | FA | AA |
Shades of #cafaaa
Tints of #cafaaa
RGB Percentages of Color #cafaaa
CMYK Percentages of Color #cafaaa
Complementary Color
#cafaaa | #daaafa |
#cafaaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cafaaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cafaaa Color CSS Codes
.mybgcolor {background-color:#cafaaa; } .myforecolor {color:#cafaaa; } .mybordercolor {border:3px solid #cafaaa; }
#cafaaa Text Font Color
<p style="color:#cafaaa">Text here</p>
This sample text font color is #cafaaa
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.
#cafaaa Background Color
<div style="background-color:#cafaaa">
Div content here</div>
This div background color is #cafaaa
#cafaaa Border Color
<div style="border:3px solid #cafaaa">
Div here</div>
This div border color is #cafaaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,250,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cafaaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cafaaa; -webkit-box-shadow: 1px 1px 3px 2px #cafaaa; box-shadow: 1px 1px 3px 2px #cafaaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,250,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cafaaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cafaaa; -webkit-box-shadow: 1px 1px 3px 2px #cafaaa; box-shadow: 1px 1px 3px 2px #cafaaa;">
Div content here</div>
This div box has shadow with color #cafaaa
Comments
No comments written yet.
Please login to write comment.