Color spaces of #ccfae0
RGB | 204 | 250 | 224 |
---|---|---|---|
HSL | 0.41 | 0.82 | 0.89 |
HSV | 146° | 18° | 98° |
CMYK | 0.18 | 0.00 | 0.10 0.02 |
XYZ | 72.5420 | 86.5904 | 83.4113 |
Yxy | 86.5904 | 0.2991 | 0.3570 |
Hunter Lab | 93.0540 | -23.6913 | 11.9917 |
CIE-Lab | 94.5642 | -19.6356 | 7.6277 |
#ccfae0 color RGB value is (204,250,224).
#ccfae0 hex color red value is 204, green value is 250 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #ccfae0 hue: 0.41 , saturation: 0.82 and the lightness value of ccfae0 is 0.89.
The process color (four color CMYK) of #ccfae0 color hex is 0.18, 0.00, 0.10, 0.02. Web safe color of #ccfae0 is #ccffcc. Color #ccfae0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11111010 | 11100000 |
Octal | 314 | 372 | 340 |
Decimal | 204 | 250 | 224 |
Hex | CC | FA | E0 |
Shades of #ccfae0
Tints of #ccfae0
RGB Percentages of Color #ccfae0
CMYK Percentages of Color #ccfae0
Complementary Color
#ccfae0 | #facce6 |
#ccfae0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccfae0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccfae0 Color CSS Codes
.mybgcolor {background-color:#ccfae0; } .myforecolor {color:#ccfae0; } .mybordercolor {border:3px solid #ccfae0; }
#ccfae0 Text Font Color
<p style="color:#ccfae0">Text here</p>
This sample text font color is #ccfae0
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.
#ccfae0 Background Color
<div style="background-color:#ccfae0">
Div content here</div>
This div background color is #ccfae0
#ccfae0 Border Color
<div style="border:3px solid #ccfae0">
Div here</div>
This div border color is #ccfae0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,250,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccfae0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccfae0; -webkit-box-shadow: 1px 1px 3px 2px #ccfae0; box-shadow: 1px 1px 3px 2px #ccfae0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,250,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccfae0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccfae0; -webkit-box-shadow: 1px 1px 3px 2px #ccfae0; box-shadow: 1px 1px 3px 2px #ccfae0;">
Div content here</div>
This div box has shadow with color #ccfae0
Comments
No comments written yet.
Please login to write comment.