Color spaces of #cee0be
RGB | 206 | 224 | 190 |
---|---|---|---|
HSL | 0.25 | 0.35 | 0.81 |
HSV | 92° | 15° | 88° |
CMYK | 0.08 | 0.00 | 0.15 0.12 |
XYZ | 61.4035 | 70.1508 | 59.0194 |
Yxy | 70.1508 | 0.3222 | 0.3681 |
Hunter Lab | 83.7561 | -15.7107 | 16.8501 |
CIE-Lab | 87.0708 | -12.0339 | 14.6379 |
#cee0be color RGB value is (206,224,190).
#cee0be hex color red value is 206, green value is 224 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cee0be hue: 0.25 , saturation: 0.35 and the lightness value of cee0be is 0.81.
The process color (four color CMYK) of #cee0be color hex is 0.08, 0.00, 0.15, 0.12. Web safe color of #cee0be is #cccccc. Color #cee0be contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11100000 | 10111110 |
Octal | 316 | 340 | 276 |
Decimal | 206 | 224 | 190 |
Hex | CE | E0 | BE |
Shades of #cee0be
Tints of #cee0be
RGB Percentages of Color #cee0be
CMYK Percentages of Color #cee0be
Complementary Color
#cee0be | #d0bee0 |
#cee0be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cee0be Color Preview on White Background
Lorem ipsum dolor sit amet.
#cee0be Color CSS Codes
.mybgcolor {background-color:#cee0be; } .myforecolor {color:#cee0be; } .mybordercolor {border:3px solid #cee0be; }
#cee0be Text Font Color
<p style="color:#cee0be">Text here</p>
This sample text font color is #cee0be
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.
#cee0be Background Color
<div style="background-color:#cee0be">
Div content here</div>
This div background color is #cee0be
#cee0be Border Color
<div style="border:3px solid #cee0be">
Div here</div>
This div border color is #cee0be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,224,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cee0be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cee0be; -webkit-box-shadow: 1px 1px 3px 2px #cee0be; box-shadow: 1px 1px 3px 2px #cee0be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,224,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cee0be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cee0be; -webkit-box-shadow: 1px 1px 3px 2px #cee0be; box-shadow: 1px 1px 3px 2px #cee0be;">
Div content here</div>
This div box has shadow with color #cee0be
Comments
No comments written yet.
Please login to write comment.