Color spaces of #90eede
RGB | 144 | 238 | 222 |
---|---|---|---|
HSL | 0.47 | 0.73 | 0.75 |
HSV | 170° | 39° | 93° |
CMYK | 0.39 | 0.00 | 0.07 0.07 |
XYZ | 55.2610 | 72.3523 | 80.1601 |
Yxy | 72.3523 | 0.2660 | 0.3482 |
Hunter Lab | 85.0602 | -32.8892 | 3.6676 |
CIE-Lab | 88.1379 | -31.5557 | -1.0429 |
#90eede color RGB value is (144,238,222).
#90eede hex color red value is 144, green value is 238 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #90eede hue: 0.47 , saturation: 0.73 and the lightness value of 90eede is 0.75.
The process color (four color CMYK) of #90eede color hex is 0.39, 0.00, 0.07, 0.07. Web safe color of #90eede is #99ffcc. Color #90eede contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 11101110 | 11011110 |
Octal | 220 | 356 | 336 |
Decimal | 144 | 238 | 222 |
Hex | 90 | EE | DE |
Shades of #90eede
Tints of #90eede
RGB Percentages of Color #90eede
CMYK Percentages of Color #90eede
Complementary Color
#90eede | #ee90a0 |
#90eede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#90eede Color Preview on White Background
Lorem ipsum dolor sit amet.
#90eede Color CSS Codes
.mybgcolor {background-color:#90eede; } .myforecolor {color:#90eede; } .mybordercolor {border:3px solid #90eede; }
#90eede Text Font Color
<p style="color:#90eede">Text here</p>
This sample text font color is #90eede
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.
#90eede Background Color
<div style="background-color:#90eede">
Div content here</div>
This div background color is #90eede
#90eede Border Color
<div style="border:3px solid #90eede">
Div here</div>
This div border color is #90eede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,238,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #90eede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #90eede; -webkit-box-shadow: 1px 1px 3px 2px #90eede; box-shadow: 1px 1px 3px 2px #90eede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,238,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 #90eede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #90eede; -webkit-box-shadow: 1px 1px 3px 2px #90eede; box-shadow: 1px 1px 3px 2px #90eede;">
Div content here</div>
This div box has shadow with color #90eede
Comments
No comments written yet.
Please login to write comment.