Color spaces of #9edcee
RGB | 158 | 220 | 238 |
---|---|---|---|
HSL | 0.54 | 0.70 | 0.78 |
HSV | 194° | 34° | 93° |
CMYK | 0.34 | 0.08 | 0.00 0.07 |
XYZ | 55.1264 | 64.6285 | 90.4580 |
Yxy | 64.6285 | 0.2622 | 0.3074 |
Hunter Lab | 80.3919 | -18.2845 | -10.4396 |
CIE-Lab | 84.2919 | -15.3174 | -15.0978 |
#9edcee color RGB value is (158,220,238).
#9edcee hex color red value is 158, green value is 220 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9edcee hue: 0.54 , saturation: 0.70 and the lightness value of 9edcee is 0.78.
The process color (four color CMYK) of #9edcee color hex is 0.34, 0.08, 0.00, 0.07. Web safe color of #9edcee is #99ccff. Color #9edcee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 11011100 | 11101110 |
Octal | 236 | 334 | 356 |
Decimal | 158 | 220 | 238 |
Hex | 9E | DC | EE |
Shades of #9edcee
Tints of #9edcee
RGB Percentages of Color #9edcee
CMYK Percentages of Color #9edcee
Complementary Color
#9edcee | #eeb09e |
#9edcee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9edcee Color Preview on White Background
Lorem ipsum dolor sit amet.
#9edcee Color CSS Codes
.mybgcolor {background-color:#9edcee; } .myforecolor {color:#9edcee; } .mybordercolor {border:3px solid #9edcee; }
#9edcee Text Font Color
<p style="color:#9edcee">Text here</p>
This sample text font color is #9edcee
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.
#9edcee Background Color
<div style="background-color:#9edcee">
Div content here</div>
This div background color is #9edcee
#9edcee Border Color
<div style="border:3px solid #9edcee">
Div here</div>
This div border color is #9edcee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,220,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9edcee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9edcee; -webkit-box-shadow: 1px 1px 3px 2px #9edcee; box-shadow: 1px 1px 3px 2px #9edcee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,220,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9edcee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9edcee; -webkit-box-shadow: 1px 1px 3px 2px #9edcee; box-shadow: 1px 1px 3px 2px #9edcee;">
Div content here</div>
This div box has shadow with color #9edcee
Comments
No comments written yet.
Please login to write comment.