Color spaces of #ceebcd
RGB | 206 | 235 | 205 |
---|---|---|---|
HSL | 0.33 | 0.43 | 0.86 |
HSV | 118° | 13° | 92° |
CMYK | 0.12 | 0.00 | 0.13 0.08 |
XYZ | 66.1814 | 76.9463 | 69.1216 |
Yxy | 76.9463 | 0.3118 | 0.3625 |
Hunter Lab | 87.7190 | -18.8354 | 14.6835 |
CIE-Lab | 90.2969 | -15.0075 | 11.3816 |
#ceebcd color RGB value is (206,235,205).
#ceebcd hex color red value is 206, green value is 235 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ceebcd hue: 0.33 , saturation: 0.43 and the lightness value of ceebcd is 0.86.
The process color (four color CMYK) of #ceebcd color hex is 0.12, 0.00, 0.13, 0.08. Web safe color of #ceebcd is #ccffcc. Color #ceebcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11101011 | 11001101 |
Octal | 316 | 353 | 315 |
Decimal | 206 | 235 | 205 |
Hex | CE | EB | CD |
Shades of #ceebcd
Tints of #ceebcd
RGB Percentages of Color #ceebcd
CMYK Percentages of Color #ceebcd
Complementary Color
#ceebcd | #eacdeb |
#ceebcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceebcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceebcd Color CSS Codes
.mybgcolor {background-color:#ceebcd; } .myforecolor {color:#ceebcd; } .mybordercolor {border:3px solid #ceebcd; }
#ceebcd Text Font Color
<p style="color:#ceebcd">Text here</p>
This sample text font color is #ceebcd
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.
#ceebcd Background Color
<div style="background-color:#ceebcd">
Div content here</div>
This div background color is #ceebcd
#ceebcd Border Color
<div style="border:3px solid #ceebcd">
Div here</div>
This div border color is #ceebcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,235,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceebcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceebcd; -webkit-box-shadow: 1px 1px 3px 2px #ceebcd; box-shadow: 1px 1px 3px 2px #ceebcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,235,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceebcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceebcd; -webkit-box-shadow: 1px 1px 3px 2px #ceebcd; box-shadow: 1px 1px 3px 2px #ceebcd;">
Div content here</div>
This div box has shadow with color #ceebcd
Comments
No comments written yet.
Please login to write comment.