Color spaces of #ceebde
RGB | 206 | 235 | 222 |
---|---|---|---|
HSL | 0.43 | 0.42 | 0.86 |
HSV | 153° | 12° | 92° |
CMYK | 0.12 | 0.00 | 0.06 0.08 |
XYZ | 68.3467 | 77.8124 | 80.5243 |
Yxy | 77.8124 | 0.3015 | 0.3433 |
Hunter Lab | 88.2113 | -16.0669 | 7.6247 |
CIE-Lab | 90.6942 | -11.9387 | 3.0915 |
#ceebde color RGB value is (206,235,222).
#ceebde hex color red value is 206, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ceebde hue: 0.43 , saturation: 0.42 and the lightness value of ceebde is 0.86.
The process color (four color CMYK) of #ceebde color hex is 0.12, 0.00, 0.06, 0.08. Web safe color of #ceebde is #ccffcc. Color #ceebde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11101011 | 11011110 |
Octal | 316 | 353 | 336 |
Decimal | 206 | 235 | 222 |
Hex | CE | EB | DE |
Shades of #ceebde
Tints of #ceebde
RGB Percentages of Color #ceebde
CMYK Percentages of Color #ceebde
Complementary Color
#ceebde | #ebcedb |
#ceebde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceebde Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceebde Color CSS Codes
.mybgcolor {background-color:#ceebde; } .myforecolor {color:#ceebde; } .mybordercolor {border:3px solid #ceebde; }
#ceebde Text Font Color
<p style="color:#ceebde">Text here</p>
This sample text font color is #ceebde
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.
#ceebde Background Color
<div style="background-color:#ceebde">
Div content here</div>
This div background color is #ceebde
#ceebde Border Color
<div style="border:3px solid #ceebde">
Div here</div>
This div border color is #ceebde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,235,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceebde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceebde; -webkit-box-shadow: 1px 1px 3px 2px #ceebde; box-shadow: 1px 1px 3px 2px #ceebde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,235,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceebde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceebde; -webkit-box-shadow: 1px 1px 3px 2px #ceebde; box-shadow: 1px 1px 3px 2px #ceebde;">
Div content here</div>
This div box has shadow with color #ceebde
Comments
No comments written yet.
Please login to write comment.