Color spaces of #ccfaad
RGB | 204 | 250 | 173 |
---|---|---|---|
HSL | 0.27 | 0.89 | 0.83 |
HSV | 96° | 31° | 98° |
CMYK | 0.18 | 0.00 | 0.31 0.02 |
XYZ | 66.6303 | 84.2257 | 52.2806 |
Yxy | 84.2257 | 0.3280 | 0.4146 |
Hunter Lab | 91.7746 | -31.0107 | 30.4669 |
CIE-Lab | 93.5484 | -28.0230 | 32.2652 |
#ccfaad color RGB value is (204,250,173).
#ccfaad hex color red value is 204, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ccfaad hue: 0.27 , saturation: 0.89 and the lightness value of ccfaad is 0.83.
The process color (four color CMYK) of #ccfaad color hex is 0.18, 0.00, 0.31, 0.02. Web safe color of #ccfaad is #ccff99. Color #ccfaad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11111010 | 10101101 |
Octal | 314 | 372 | 255 |
Decimal | 204 | 250 | 173 |
Hex | CC | FA | AD |
Shades of #ccfaad
Tints of #ccfaad
RGB Percentages of Color #ccfaad
CMYK Percentages of Color #ccfaad
Complementary Color
#ccfaad | #dbadfa |
#ccfaad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccfaad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccfaad Color CSS Codes
.mybgcolor {background-color:#ccfaad; } .myforecolor {color:#ccfaad; } .mybordercolor {border:3px solid #ccfaad; }
#ccfaad Text Font Color
<p style="color:#ccfaad">Text here</p>
This sample text font color is #ccfaad
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.
#ccfaad Background Color
<div style="background-color:#ccfaad">
Div content here</div>
This div background color is #ccfaad
#ccfaad Border Color
<div style="border:3px solid #ccfaad">
Div here</div>
This div border color is #ccfaad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,250,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccfaad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccfaad; -webkit-box-shadow: 1px 1px 3px 2px #ccfaad; box-shadow: 1px 1px 3px 2px #ccfaad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,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 #ccfaad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccfaad; -webkit-box-shadow: 1px 1px 3px 2px #ccfaad; box-shadow: 1px 1px 3px 2px #ccfaad;">
Div content here</div>
This div box has shadow with color #ccfaad
Comments
No comments written yet.
Please login to write comment.