Color spaces of #9cedde
RGB | 156 | 237 | 222 |
---|---|---|---|
HSL | 0.47 | 0.69 | 0.77 |
HSV | 169° | 34° | 93° |
CMYK | 0.34 | 0.00 | 0.06 0.07 |
XYZ | 57.1793 | 72.9102 | 80.1667 |
Yxy | 72.9102 | 0.2720 | 0.3468 |
Hunter Lab | 85.3875 | -29.8964 | 4.1063 |
CIE-Lab | 88.4049 | -27.9325 | -0.5875 |
#9cedde color RGB value is (156,237,222).
#9cedde hex color red value is 156, green value is 237 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9cedde hue: 0.47 , saturation: 0.69 and the lightness value of 9cedde is 0.77.
The process color (four color CMYK) of #9cedde color hex is 0.34, 0.00, 0.06, 0.07. Web safe color of #9cedde is #99ffcc. Color #9cedde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 11101101 | 11011110 |
Octal | 234 | 355 | 336 |
Decimal | 156 | 237 | 222 |
Hex | 9C | ED | DE |
Shades of #9cedde
Tints of #9cedde
RGB Percentages of Color #9cedde
CMYK Percentages of Color #9cedde
Complementary Color
#9cedde | #ed9cab |
#9cedde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cedde Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cedde Color CSS Codes
.mybgcolor {background-color:#9cedde; } .myforecolor {color:#9cedde; } .mybordercolor {border:3px solid #9cedde; }
#9cedde Text Font Color
<p style="color:#9cedde">Text here</p>
This sample text font color is #9cedde
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.
#9cedde Background Color
<div style="background-color:#9cedde">
Div content here</div>
This div background color is #9cedde
#9cedde Border Color
<div style="border:3px solid #9cedde">
Div here</div>
This div border color is #9cedde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,237,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cedde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cedde; -webkit-box-shadow: 1px 1px 3px 2px #9cedde; box-shadow: 1px 1px 3px 2px #9cedde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,237,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9cedde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cedde; -webkit-box-shadow: 1px 1px 3px 2px #9cedde; box-shadow: 1px 1px 3px 2px #9cedde;">
Div content here</div>
This div box has shadow with color #9cedde
Comments
No comments written yet.
Please login to write comment.