Color spaces of #ceeeec
RGB | 206 | 238 | 236 |
---|---|---|---|
HSL | 0.49 | 0.48 | 0.87 |
HSV | 176° | 13° | 93° |
CMYK | 0.13 | 0.00 | 0.01 0.07 |
XYZ | 71.1685 | 80.3270 | 91.1106 |
Yxy | 80.3270 | 0.2934 | 0.3311 |
Hunter Lab | 89.6253 | -15.1034 | 2.4652 |
CIE-Lab | 91.8314 | -10.7584 | -2.5498 |
#ceeeec color RGB value is (206,238,236).
#ceeeec hex color red value is 206, green value is 238 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ceeeec hue: 0.49 , saturation: 0.48 and the lightness value of ceeeec is 0.87.
The process color (four color CMYK) of #ceeeec color hex is 0.13, 0.00, 0.01, 0.07. Web safe color of #ceeeec is #ccffff. Color #ceeeec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11101110 | 11101100 |
Octal | 316 | 356 | 354 |
Decimal | 206 | 238 | 236 |
Hex | CE | EE | EC |
Shades of #ceeeec
Tints of #ceeeec
RGB Percentages of Color #ceeeec
CMYK Percentages of Color #ceeeec
Complementary Color
#ceeeec | #eeced0 |
#ceeeec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceeeec Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceeeec Color CSS Codes
.mybgcolor {background-color:#ceeeec; } .myforecolor {color:#ceeeec; } .mybordercolor {border:3px solid #ceeeec; }
#ceeeec Text Font Color
<p style="color:#ceeeec">Text here</p>
This sample text font color is #ceeeec
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.
#ceeeec Background Color
<div style="background-color:#ceeeec">
Div content here</div>
This div background color is #ceeeec
#ceeeec Border Color
<div style="border:3px solid #ceeeec">
Div here</div>
This div border color is #ceeeec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,238,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceeeec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceeeec; -webkit-box-shadow: 1px 1px 3px 2px #ceeeec; box-shadow: 1px 1px 3px 2px #ceeeec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,238,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceeeec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceeeec; -webkit-box-shadow: 1px 1px 3px 2px #ceeeec; box-shadow: 1px 1px 3px 2px #ceeeec;">
Div content here</div>
This div box has shadow with color #ceeeec
Comments
No comments written yet.
Please login to write comment.