Color spaces of #ccedaa
RGB | 204 | 237 | 170 |
---|---|---|---|
HSL | 0.25 | 0.65 | 0.80 |
HSV | 90° | 28° | 93° |
CMYK | 0.14 | 0.00 | 0.28 0.07 |
XYZ | 62.4417 | 76.3080 | 49.4681 |
Yxy | 76.3080 | 0.3318 | 0.4054 |
Hunter Lab | 87.3545 | -25.2770 | 27.5727 |
CIE-Lab | 90.0022 | -22.2467 | 29.0112 |
#ccedaa color RGB value is (204,237,170).
#ccedaa hex color red value is 204, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ccedaa hue: 0.25 , saturation: 0.65 and the lightness value of ccedaa is 0.80.
The process color (four color CMYK) of #ccedaa color hex is 0.14, 0.00, 0.28, 0.07. Web safe color of #ccedaa is #ccff99. Color #ccedaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11101101 | 10101010 |
Octal | 314 | 355 | 252 |
Decimal | 204 | 237 | 170 |
Hex | CC | ED | AA |
Shades of #ccedaa
Tints of #ccedaa
RGB Percentages of Color #ccedaa
CMYK Percentages of Color #ccedaa
Complementary Color
#ccedaa | #cbaaed |
#ccedaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccedaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccedaa Color CSS Codes
.mybgcolor {background-color:#ccedaa; } .myforecolor {color:#ccedaa; } .mybordercolor {border:3px solid #ccedaa; }
#ccedaa Text Font Color
<p style="color:#ccedaa">Text here</p>
This sample text font color is #ccedaa
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.
#ccedaa Background Color
<div style="background-color:#ccedaa">
Div content here</div>
This div background color is #ccedaa
#ccedaa Border Color
<div style="border:3px solid #ccedaa">
Div here</div>
This div border color is #ccedaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,237,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccedaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccedaa; -webkit-box-shadow: 1px 1px 3px 2px #ccedaa; box-shadow: 1px 1px 3px 2px #ccedaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,237,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccedaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccedaa; -webkit-box-shadow: 1px 1px 3px 2px #ccedaa; box-shadow: 1px 1px 3px 2px #ccedaa;">
Div content here</div>
This div box has shadow with color #ccedaa
Comments
No comments written yet.
Please login to write comment.