Color spaces of #cfedbb
RGB | 207 | 237 | 187 |
---|---|---|---|
HSL | 0.27 | 0.58 | 0.83 |
HSV | 96° | 21° | 93° |
CMYK | 0.13 | 0.00 | 0.21 0.07 |
XYZ | 64.9860 | 77.4216 | 58.5325 |
Yxy | 77.4216 | 0.3234 | 0.3853 |
Hunter Lab | 87.9895 | -22.1478 | 22.1517 |
CIE-Lab | 90.5153 | -18.6334 | 21.0264 |
#cfedbb color RGB value is (207,237,187).
#cfedbb hex color red value is 207, green value is 237 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cfedbb hue: 0.27 , saturation: 0.58 and the lightness value of cfedbb is 0.83.
The process color (four color CMYK) of #cfedbb color hex is 0.13, 0.00, 0.21, 0.07. Web safe color of #cfedbb is #ccffcc. Color #cfedbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11101101 | 10111011 |
Octal | 317 | 355 | 273 |
Decimal | 207 | 237 | 187 |
Hex | CF | ED | BB |
Shades of #cfedbb
Tints of #cfedbb
RGB Percentages of Color #cfedbb
CMYK Percentages of Color #cfedbb
Complementary Color
#cfedbb | #d9bbed |
#cfedbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfedbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfedbb Color CSS Codes
.mybgcolor {background-color:#cfedbb; } .myforecolor {color:#cfedbb; } .mybordercolor {border:3px solid #cfedbb; }
#cfedbb Text Font Color
<p style="color:#cfedbb">Text here</p>
This sample text font color is #cfedbb
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.
#cfedbb Background Color
<div style="background-color:#cfedbb">
Div content here</div>
This div background color is #cfedbb
#cfedbb Border Color
<div style="border:3px solid #cfedbb">
Div here</div>
This div border color is #cfedbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,237,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfedbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfedbb; -webkit-box-shadow: 1px 1px 3px 2px #cfedbb; box-shadow: 1px 1px 3px 2px #cfedbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,237,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfedbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfedbb; -webkit-box-shadow: 1px 1px 3px 2px #cfedbb; box-shadow: 1px 1px 3px 2px #cfedbb;">
Div content here</div>
This div box has shadow with color #cfedbb
Comments
No comments written yet.
Please login to write comment.