Color spaces of #ccdea0
RGB | 204 | 222 | 160 |
---|---|---|---|
HSL | 0.22 | 0.48 | 0.75 |
HSV | 77° | 28° | 87° |
CMYK | 0.08 | 0.00 | 0.28 0.13 |
XYZ | 57.3683 | 67.6180 | 43.2857 |
Yxy | 67.6180 | 0.3409 | 0.4018 |
Hunter Lab | 82.2302 | -19.3713 | 26.3510 |
CIE-Lab | 85.8151 | -16.3051 | 28.4843 |
#ccdea0 color RGB value is (204,222,160).
#ccdea0 hex color red value is 204, green value is 222 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ccdea0 hue: 0.22 , saturation: 0.48 and the lightness value of ccdea0 is 0.75.
The process color (four color CMYK) of #ccdea0 color hex is 0.08, 0.00, 0.28, 0.13. Web safe color of #ccdea0 is #cccc99. Color #ccdea0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011110 | 10100000 |
Octal | 314 | 336 | 240 |
Decimal | 204 | 222 | 160 |
Hex | CC | DE | A0 |
Shades of #ccdea0
Tints of #ccdea0
RGB Percentages of Color #ccdea0
CMYK Percentages of Color #ccdea0
Complementary Color
#ccdea0 | #b2a0de |
#ccdea0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccdea0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccdea0 Color CSS Codes
.mybgcolor {background-color:#ccdea0; } .myforecolor {color:#ccdea0; } .mybordercolor {border:3px solid #ccdea0; }
#ccdea0 Text Font Color
<p style="color:#ccdea0">Text here</p>
This sample text font color is #ccdea0
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.
#ccdea0 Background Color
<div style="background-color:#ccdea0">
Div content here</div>
This div background color is #ccdea0
#ccdea0 Border Color
<div style="border:3px solid #ccdea0">
Div here</div>
This div border color is #ccdea0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,222,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccdea0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccdea0; -webkit-box-shadow: 1px 1px 3px 2px #ccdea0; box-shadow: 1px 1px 3px 2px #ccdea0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,222,160, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccdea0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccdea0; -webkit-box-shadow: 1px 1px 3px 2px #ccdea0; box-shadow: 1px 1px 3px 2px #ccdea0;">
Div content here</div>
This div box has shadow with color #ccdea0
Comments
No comments written yet.
Please login to write comment.