Color spaces of #cafaad
RGB | 202 | 250 | 173 |
---|---|---|---|
HSL | 0.27 | 0.89 | 0.83 |
HSV | 97° | 31° | 98° |
CMYK | 0.19 | 0.00 | 0.31 0.02 |
XYZ | 66.0856 | 83.9449 | 52.2551 |
Yxy | 83.9449 | 0.3267 | 0.4150 |
Hunter Lab | 91.6214 | -31.5873 | 30.3197 |
CIE-Lab | 93.4266 | -28.7114 | 32.0805 |
#cafaad color RGB value is (202,250,173).
#cafaad hex color red value is 202, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cafaad hue: 0.27 , saturation: 0.89 and the lightness value of cafaad is 0.83.
The process color (four color CMYK) of #cafaad color hex is 0.19, 0.00, 0.31, 0.02. Web safe color of #cafaad is #ccff99. Color #cafaad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11111010 | 10101101 |
Octal | 312 | 372 | 255 |
Decimal | 202 | 250 | 173 |
Hex | CA | FA | AD |
Shades of #cafaad
Tints of #cafaad
RGB Percentages of Color #cafaad
CMYK Percentages of Color #cafaad
Complementary Color
#cafaad | #ddadfa |
#cafaad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cafaad Color Preview on White Background
Lorem ipsum dolor sit amet.
#cafaad Color CSS Codes
.mybgcolor {background-color:#cafaad; } .myforecolor {color:#cafaad; } .mybordercolor {border:3px solid #cafaad; }
#cafaad Text Font Color
<p style="color:#cafaad">Text here</p>
This sample text font color is #cafaad
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.
#cafaad Background Color
<div style="background-color:#cafaad">
Div content here</div>
This div background color is #cafaad
#cafaad Border Color
<div style="border:3px solid #cafaad">
Div here</div>
This div border color is #cafaad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,250,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cafaad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cafaad; -webkit-box-shadow: 1px 1px 3px 2px #cafaad; box-shadow: 1px 1px 3px 2px #cafaad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,250,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cafaad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cafaad; -webkit-box-shadow: 1px 1px 3px 2px #cafaad; box-shadow: 1px 1px 3px 2px #cafaad;">
Div content here</div>
This div box has shadow with color #cafaad
Comments
No comments written yet.
Please login to write comment.