Color spaces of #cbe2ce
RGB | 203 | 226 | 206 |
---|---|---|---|
HSL | 0.36 | 0.28 | 0.84 |
HSV | 128° | 10° | 89° |
CMYK | 0.10 | 0.00 | 0.09 0.11 |
XYZ | 62.9655 | 71.5455 | 68.8835 |
Yxy | 71.5455 | 0.3096 | 0.3518 |
Hunter Lab | 84.5846 | -15.1460 | 10.9250 |
CIE-Lab | 87.7494 | -11.3244 | 7.1869 |
#cbe2ce color RGB value is (203,226,206).
#cbe2ce hex color red value is 203, green value is 226 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cbe2ce hue: 0.36 , saturation: 0.28 and the lightness value of cbe2ce is 0.84.
The process color (four color CMYK) of #cbe2ce color hex is 0.10, 0.00, 0.09, 0.11. Web safe color of #cbe2ce is #cccccc. Color #cbe2ce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11100010 | 11001110 |
Octal | 313 | 342 | 316 |
Decimal | 203 | 226 | 206 |
Hex | CB | E2 | CE |
Shades of #cbe2ce
Tints of #cbe2ce
RGB Percentages of Color #cbe2ce
CMYK Percentages of Color #cbe2ce
Complementary Color
#cbe2ce | #e2cbdf |
#cbe2ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbe2ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbe2ce Color CSS Codes
.mybgcolor {background-color:#cbe2ce; } .myforecolor {color:#cbe2ce; } .mybordercolor {border:3px solid #cbe2ce; }
#cbe2ce Text Font Color
<p style="color:#cbe2ce">Text here</p>
This sample text font color is #cbe2ce
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.
#cbe2ce Background Color
<div style="background-color:#cbe2ce">
Div content here</div>
This div background color is #cbe2ce
#cbe2ce Border Color
<div style="border:3px solid #cbe2ce">
Div here</div>
This div border color is #cbe2ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,226,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbe2ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbe2ce; -webkit-box-shadow: 1px 1px 3px 2px #cbe2ce; box-shadow: 1px 1px 3px 2px #cbe2ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,226,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 #cbe2ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbe2ce; -webkit-box-shadow: 1px 1px 3px 2px #cbe2ce; box-shadow: 1px 1px 3px 2px #cbe2ce;">
Div content here</div>
This div box has shadow with color #cbe2ce
Comments
No comments written yet.
Please login to write comment.