Color spaces of #90eaed
RGB | 144 | 234 | 237 |
---|---|---|---|
HSL | 0.51 | 0.72 | 0.75 |
HSV | 182° | 39° | 93° |
CMYK | 0.39 | 0.01 | 0.00 0.07 |
XYZ | 56.2105 | 70.8894 | 90.8412 |
Yxy | 70.8894 | 0.2579 | 0.3253 |
Hunter Lab | 84.1958 | -28.1733 | -5.0325 |
CIE-Lab | 87.4312 | -26.1333 | -9.9503 |
#90eaed color RGB value is (144,234,237).
#90eaed hex color red value is 144, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #90eaed hue: 0.51 , saturation: 0.72 and the lightness value of 90eaed is 0.75.
The process color (four color CMYK) of #90eaed color hex is 0.39, 0.01, 0.00, 0.07. Web safe color of #90eaed is #99ffff. Color #90eaed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 11101010 | 11101101 |
Octal | 220 | 352 | 355 |
Decimal | 144 | 234 | 237 |
Hex | 90 | EA | ED |
Shades of #90eaed
Tints of #90eaed
RGB Percentages of Color #90eaed
CMYK Percentages of Color #90eaed
Complementary Color
#90eaed | #ed9390 |
#90eaed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#90eaed Color Preview on White Background
Lorem ipsum dolor sit amet.
#90eaed Color CSS Codes
.mybgcolor {background-color:#90eaed; } .myforecolor {color:#90eaed; } .mybordercolor {border:3px solid #90eaed; }
#90eaed Text Font Color
<p style="color:#90eaed">Text here</p>
This sample text font color is #90eaed
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.
#90eaed Background Color
<div style="background-color:#90eaed">
Div content here</div>
This div background color is #90eaed
#90eaed Border Color
<div style="border:3px solid #90eaed">
Div here</div>
This div border color is #90eaed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,234,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #90eaed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #90eaed; -webkit-box-shadow: 1px 1px 3px 2px #90eaed; box-shadow: 1px 1px 3px 2px #90eaed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,234,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #90eaed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #90eaed; -webkit-box-shadow: 1px 1px 3px 2px #90eaed; box-shadow: 1px 1px 3px 2px #90eaed;">
Div content here</div>
This div box has shadow with color #90eaed
Comments
No comments written yet.
Please login to write comment.