Color spaces of #ccfce0
RGB | 204 | 252 | 224 |
---|---|---|---|
HSL | 0.40 | 0.89 | 0.89 |
HSV | 145° | 19° | 99° |
CMYK | 0.19 | 0.00 | 0.11 0.01 |
XYZ | 73.1668 | 87.8400 | 83.6195 |
Yxy | 87.8400 | 0.2991 | 0.3591 |
Hunter Lab | 93.7230 | -24.6655 | 12.7077 |
CIE-Lab | 95.0935 | -20.6091 | 8.3882 |
#ccfce0 color RGB value is (204,252,224).
#ccfce0 hex color red value is 204, green value is 252 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #ccfce0 hue: 0.40 , saturation: 0.89 and the lightness value of ccfce0 is 0.89.
The process color (four color CMYK) of #ccfce0 color hex is 0.19, 0.00, 0.11, 0.01. Web safe color of #ccfce0 is #ccffcc. Color #ccfce0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11111100 | 11100000 |
Octal | 314 | 374 | 340 |
Decimal | 204 | 252 | 224 |
Hex | CC | FC | E0 |
Shades of #ccfce0
Tints of #ccfce0
RGB Percentages of Color #ccfce0
CMYK Percentages of Color #ccfce0
Complementary Color
#ccfce0 | #fccce8 |
#ccfce0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccfce0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccfce0 Color CSS Codes
.mybgcolor {background-color:#ccfce0; } .myforecolor {color:#ccfce0; } .mybordercolor {border:3px solid #ccfce0; }
#ccfce0 Text Font Color
<p style="color:#ccfce0">Text here</p>
This sample text font color is #ccfce0
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.
#ccfce0 Background Color
<div style="background-color:#ccfce0">
Div content here</div>
This div background color is #ccfce0
#ccfce0 Border Color
<div style="border:3px solid #ccfce0">
Div here</div>
This div border color is #ccfce0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,252,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccfce0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccfce0; -webkit-box-shadow: 1px 1px 3px 2px #ccfce0; box-shadow: 1px 1px 3px 2px #ccfce0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,252,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 #ccfce0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccfce0; -webkit-box-shadow: 1px 1px 3px 2px #ccfce0; box-shadow: 1px 1px 3px 2px #ccfce0;">
Div content here</div>
This div box has shadow with color #ccfce0
Comments
No comments written yet.
Please login to write comment.