Color spaces of #ceecec
RGB | 206 | 236 | 236 |
---|---|---|---|
HSL | 0.50 | 0.44 | 0.87 |
HSV | 180° | 13° | 93° |
CMYK | 0.13 | 0.00 | 0.00 0.07 |
XYZ | 70.5894 | 79.1688 | 90.9175 |
Yxy | 79.1688 | 0.2933 | 0.3289 |
Hunter Lab | 88.9769 | -14.0973 | 1.7006 |
CIE-Lab | 91.3106 | -9.7486 | -3.3144 |
#ceecec color RGB value is (206,236,236).
#ceecec hex color red value is 206, green value is 236 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ceecec hue: 0.50 , saturation: 0.44 and the lightness value of ceecec is 0.87.
The process color (four color CMYK) of #ceecec color hex is 0.13, 0.00, 0.00, 0.07. Web safe color of #ceecec is #ccffff. Color #ceecec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11101100 | 11101100 |
Octal | 316 | 354 | 354 |
Decimal | 206 | 236 | 236 |
Hex | CE | EC | EC |
Shades of #ceecec
Tints of #ceecec
RGB Percentages of Color #ceecec
CMYK Percentages of Color #ceecec
Complementary Color
#ceecec | #eccece |
#ceecec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceecec Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceecec Color CSS Codes
.mybgcolor {background-color:#ceecec; } .myforecolor {color:#ceecec; } .mybordercolor {border:3px solid #ceecec; }
#ceecec Text Font Color
<p style="color:#ceecec">Text here</p>
This sample text font color is #ceecec
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.
#ceecec Background Color
<div style="background-color:#ceecec">
Div content here</div>
This div background color is #ceecec
#ceecec Border Color
<div style="border:3px solid #ceecec">
Div here</div>
This div border color is #ceecec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,236,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceecec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceecec; -webkit-box-shadow: 1px 1px 3px 2px #ceecec; box-shadow: 1px 1px 3px 2px #ceecec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,236,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 #ceecec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceecec; -webkit-box-shadow: 1px 1px 3px 2px #ceecec; box-shadow: 1px 1px 3px 2px #ceecec;">
Div content here</div>
This div box has shadow with color #ceecec
Comments
No comments written yet.
Please login to write comment.