Color spaces of #ceebcf
RGB | 206 | 235 | 207 |
---|---|---|---|
HSL | 0.34 | 0.42 | 0.86 |
HSV | 122° | 12° | 92° |
CMYK | 0.12 | 0.00 | 0.12 0.08 |
XYZ | 66.4244 | 77.0435 | 70.4014 |
Yxy | 77.0435 | 0.3106 | 0.3602 |
Hunter Lab | 87.7744 | -18.5231 | 13.8873 |
CIE-Lab | 90.3416 | -14.6586 | 10.4043 |
#ceebcf color RGB value is (206,235,207).
#ceebcf hex color red value is 206, green value is 235 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ceebcf hue: 0.34 , saturation: 0.42 and the lightness value of ceebcf is 0.86.
The process color (four color CMYK) of #ceebcf color hex is 0.12, 0.00, 0.12, 0.08. Web safe color of #ceebcf is #ccffcc. Color #ceebcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11101011 | 11001111 |
Octal | 316 | 353 | 317 |
Decimal | 206 | 235 | 207 |
Hex | CE | EB | CF |
Shades of #ceebcf
Tints of #ceebcf
RGB Percentages of Color #ceebcf
CMYK Percentages of Color #ceebcf
Complementary Color
#ceebcf | #ebceea |
#ceebcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceebcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceebcf Color CSS Codes
.mybgcolor {background-color:#ceebcf; } .myforecolor {color:#ceebcf; } .mybordercolor {border:3px solid #ceebcf; }
#ceebcf Text Font Color
<p style="color:#ceebcf">Text here</p>
This sample text font color is #ceebcf
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.
#ceebcf Background Color
<div style="background-color:#ceebcf">
Div content here</div>
This div background color is #ceebcf
#ceebcf Border Color
<div style="border:3px solid #ceebcf">
Div here</div>
This div border color is #ceebcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,235,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceebcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceebcf; -webkit-box-shadow: 1px 1px 3px 2px #ceebcf; box-shadow: 1px 1px 3px 2px #ceebcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,235,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceebcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceebcf; -webkit-box-shadow: 1px 1px 3px 2px #ceebcf; box-shadow: 1px 1px 3px 2px #ceebcf;">
Div content here</div>
This div box has shadow with color #ceebcf
Comments
No comments written yet.
Please login to write comment.