Color spaces of #cee3bd
RGB | 206 | 227 | 189 |
---|---|---|---|
HSL | 0.26 | 0.40 | 0.82 |
HSV | 93° | 17° | 89° |
CMYK | 0.09 | 0.00 | 0.17 0.11 |
XYZ | 62.1080 | 71.7341 | 58.7167 |
Yxy | 71.7341 | 0.3225 | 0.3725 |
Hunter Lab | 84.6960 | -17.3230 | 18.1836 |
CIE-Lab | 87.8404 | -13.7047 | 16.2442 |
#cee3bd color RGB value is (206,227,189).
#cee3bd hex color red value is 206, green value is 227 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cee3bd hue: 0.26 , saturation: 0.40 and the lightness value of cee3bd is 0.82.
The process color (four color CMYK) of #cee3bd color hex is 0.09, 0.00, 0.17, 0.11. Web safe color of #cee3bd is #cccccc. Color #cee3bd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11100011 | 10111101 |
Octal | 316 | 343 | 275 |
Decimal | 206 | 227 | 189 |
Hex | CE | E3 | BD |
Shades of #cee3bd
Tints of #cee3bd
RGB Percentages of Color #cee3bd
CMYK Percentages of Color #cee3bd
Complementary Color
#cee3bd | #d2bde3 |
#cee3bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cee3bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cee3bd Color CSS Codes
.mybgcolor {background-color:#cee3bd; } .myforecolor {color:#cee3bd; } .mybordercolor {border:3px solid #cee3bd; }
#cee3bd Text Font Color
<p style="color:#cee3bd">Text here</p>
This sample text font color is #cee3bd
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.
#cee3bd Background Color
<div style="background-color:#cee3bd">
Div content here</div>
This div background color is #cee3bd
#cee3bd Border Color
<div style="border:3px solid #cee3bd">
Div here</div>
This div border color is #cee3bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,227,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cee3bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cee3bd; -webkit-box-shadow: 1px 1px 3px 2px #cee3bd; box-shadow: 1px 1px 3px 2px #cee3bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,227,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cee3bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cee3bd; -webkit-box-shadow: 1px 1px 3px 2px #cee3bd; box-shadow: 1px 1px 3px 2px #cee3bd;">
Div content here</div>
This div box has shadow with color #cee3bd
Comments
No comments written yet.
Please login to write comment.