Color spaces of #cbe0ce
RGB | 203 | 224 | 206 |
---|---|---|---|
HSL | 0.36 | 0.25 | 0.84 |
HSV | 129° | 9° | 88° |
CMYK | 0.09 | 0.00 | 0.08 0.12 |
XYZ | 62.4248 | 70.4641 | 68.7033 |
Yxy | 70.4641 | 0.3097 | 0.3495 |
Hunter Lab | 83.9429 | -14.1571 | 10.2340 |
CIE-Lab | 87.2240 | -10.3111 | 6.4309 |
#cbe0ce color RGB value is (203,224,206).
#cbe0ce hex color red value is 203, green value is 224 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cbe0ce hue: 0.36 , saturation: 0.25 and the lightness value of cbe0ce is 0.84.
The process color (four color CMYK) of #cbe0ce color hex is 0.09, 0.00, 0.08, 0.12. Web safe color of #cbe0ce is #cccccc. Color #cbe0ce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11100000 | 11001110 |
Octal | 313 | 340 | 316 |
Decimal | 203 | 224 | 206 |
Hex | CB | E0 | CE |
Shades of #cbe0ce
Tints of #cbe0ce
RGB Percentages of Color #cbe0ce
CMYK Percentages of Color #cbe0ce
Complementary Color
#cbe0ce | #e0cbdd |
#cbe0ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbe0ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbe0ce Color CSS Codes
.mybgcolor {background-color:#cbe0ce; } .myforecolor {color:#cbe0ce; } .mybordercolor {border:3px solid #cbe0ce; }
#cbe0ce Text Font Color
<p style="color:#cbe0ce">Text here</p>
This sample text font color is #cbe0ce
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.
#cbe0ce Background Color
<div style="background-color:#cbe0ce">
Div content here</div>
This div background color is #cbe0ce
#cbe0ce Border Color
<div style="border:3px solid #cbe0ce">
Div here</div>
This div border color is #cbe0ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,224,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbe0ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbe0ce; -webkit-box-shadow: 1px 1px 3px 2px #cbe0ce; box-shadow: 1px 1px 3px 2px #cbe0ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,224,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbe0ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbe0ce; -webkit-box-shadow: 1px 1px 3px 2px #cbe0ce; box-shadow: 1px 1px 3px 2px #cbe0ce;">
Div content here</div>
This div box has shadow with color #cbe0ce
Comments
No comments written yet.
Please login to write comment.