Color spaces of #ceeced
RGB | 206 | 236 | 237 |
---|---|---|---|
HSL | 0.51 | 0.46 | 0.87 |
HSV | 182° | 13° | 93° |
CMYK | 0.13 | 0.00 | 0.00 0.07 |
XYZ | 70.7351 | 79.2271 | 91.6850 |
Yxy | 79.2271 | 0.2927 | 0.3279 |
Hunter Lab | 89.0096 | -13.9145 | 1.2346 |
CIE-Lab | 91.3369 | -9.5508 | -3.7975 |
#ceeced color RGB value is (206,236,237).
#ceeced hex color red value is 206, green value is 236 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ceeced hue: 0.51 , saturation: 0.46 and the lightness value of ceeced is 0.87.
The process color (four color CMYK) of #ceeced color hex is 0.13, 0.00, 0.00, 0.07. Web safe color of #ceeced is #ccffff. Color #ceeced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11101100 | 11101101 |
Octal | 316 | 354 | 355 |
Decimal | 206 | 236 | 237 |
Hex | CE | EC | ED |
Shades of #ceeced
Tints of #ceeced
RGB Percentages of Color #ceeced
CMYK Percentages of Color #ceeced
Complementary Color
#ceeced | #edcfce |
#ceeced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceeced Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceeced Color CSS Codes
.mybgcolor {background-color:#ceeced; } .myforecolor {color:#ceeced; } .mybordercolor {border:3px solid #ceeced; }
#ceeced Text Font Color
<p style="color:#ceeced">Text here</p>
This sample text font color is #ceeced
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.
#ceeced Background Color
<div style="background-color:#ceeced">
Div content here</div>
This div background color is #ceeced
#ceeced Border Color
<div style="border:3px solid #ceeced">
Div here</div>
This div border color is #ceeced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,236,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceeced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceeced; -webkit-box-shadow: 1px 1px 3px 2px #ceeced; box-shadow: 1px 1px 3px 2px #ceeced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,236,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceeced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceeced; -webkit-box-shadow: 1px 1px 3px 2px #ceeced; box-shadow: 1px 1px 3px 2px #ceeced;">
Div content here</div>
This div box has shadow with color #ceeced
Comments
No comments written yet.
Please login to write comment.