Color spaces of #ccedbf
RGB | 204 | 237 | 191 |
---|---|---|---|
HSL | 0.29 | 0.56 | 0.84 |
HSV | 103° | 19° | 93° |
CMYK | 0.14 | 0.00 | 0.19 0.07 |
XYZ | 64.5900 | 77.1673 | 60.7807 |
Yxy | 77.1673 | 0.3189 | 0.3810 |
Hunter Lab | 87.8449 | -22.4824 | 20.4682 |
CIE-Lab | 90.3986 | -19.0267 | 18.7692 |
#ccedbf color RGB value is (204,237,191).
#ccedbf hex color red value is 204, green value is 237 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ccedbf hue: 0.29 , saturation: 0.56 and the lightness value of ccedbf is 0.84.
The process color (four color CMYK) of #ccedbf color hex is 0.14, 0.00, 0.19, 0.07. Web safe color of #ccedbf is #ccffcc. Color #ccedbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11101101 | 10111111 |
Octal | 314 | 355 | 277 |
Decimal | 204 | 237 | 191 |
Hex | CC | ED | BF |
Shades of #ccedbf
Tints of #ccedbf
RGB Percentages of Color #ccedbf
CMYK Percentages of Color #ccedbf
Complementary Color
#ccedbf | #e0bfed |
#ccedbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccedbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccedbf Color CSS Codes
.mybgcolor {background-color:#ccedbf; } .myforecolor {color:#ccedbf; } .mybordercolor {border:3px solid #ccedbf; }
#ccedbf Text Font Color
<p style="color:#ccedbf">Text here</p>
This sample text font color is #ccedbf
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.
#ccedbf Background Color
<div style="background-color:#ccedbf">
Div content here</div>
This div background color is #ccedbf
#ccedbf Border Color
<div style="border:3px solid #ccedbf">
Div here</div>
This div border color is #ccedbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,237,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccedbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccedbf; -webkit-box-shadow: 1px 1px 3px 2px #ccedbf; box-shadow: 1px 1px 3px 2px #ccedbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,237,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccedbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccedbf; -webkit-box-shadow: 1px 1px 3px 2px #ccedbf; box-shadow: 1px 1px 3px 2px #ccedbf;">
Div content here</div>
This div box has shadow with color #ccedbf
Comments
No comments written yet.
Please login to write comment.