Color spaces of #9ceece
RGB | 156 | 238 | 206 |
---|---|---|---|
HSL | 0.43 | 0.71 | 0.77 |
HSV | 157° | 34° | 93° |
CMYK | 0.34 | 0.00 | 0.13 0.07 |
XYZ | 55.4254 | 72.6732 | 69.4986 |
Yxy | 72.6732 | 0.2805 | 0.3678 |
Hunter Lab | 85.2486 | -33.1311 | 11.3380 |
CIE-Lab | 88.2916 | -31.8050 | 7.6123 |
#9ceece color RGB value is (156,238,206).
#9ceece hex color red value is 156, green value is 238 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9ceece hue: 0.43 , saturation: 0.71 and the lightness value of 9ceece is 0.77.
The process color (four color CMYK) of #9ceece color hex is 0.34, 0.00, 0.13, 0.07. Web safe color of #9ceece is #99ffcc. Color #9ceece contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 11101110 | 11001110 |
Octal | 234 | 356 | 316 |
Decimal | 156 | 238 | 206 |
Hex | 9C | EE | CE |
Shades of #9ceece
Tints of #9ceece
RGB Percentages of Color #9ceece
CMYK Percentages of Color #9ceece
Complementary Color
#9ceece | #ee9cbc |
#9ceece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ceece Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ceece Color CSS Codes
.mybgcolor {background-color:#9ceece; } .myforecolor {color:#9ceece; } .mybordercolor {border:3px solid #9ceece; }
#9ceece Text Font Color
<p style="color:#9ceece">Text here</p>
This sample text font color is #9ceece
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.
#9ceece Background Color
<div style="background-color:#9ceece">
Div content here</div>
This div background color is #9ceece
#9ceece Border Color
<div style="border:3px solid #9ceece">
Div here</div>
This div border color is #9ceece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,238,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ceece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ceece; -webkit-box-shadow: 1px 1px 3px 2px #9ceece; box-shadow: 1px 1px 3px 2px #9ceece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,238,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9ceece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ceece; -webkit-box-shadow: 1px 1px 3px 2px #9ceece; box-shadow: 1px 1px 3px 2px #9ceece;">
Div content here</div>
This div box has shadow with color #9ceece
Comments
No comments written yet.
Please login to write comment.