Color spaces of #90eecd
RGB | 144 | 238 | 205 |
---|---|---|---|
HSL | 0.44 | 0.73 | 0.75 |
HSV | 159° | 39° | 93° |
CMYK | 0.39 | 0.00 | 0.14 0.07 |
XYZ | 53.0956 | 71.4861 | 68.7574 |
Yxy | 71.4861 | 0.2746 | 0.3697 |
Hunter Lab | 84.5495 | -35.8666 | 10.9687 |
CIE-Lab | 87.7206 | -35.2809 | 7.2422 |
#90eecd color RGB value is (144,238,205).
#90eecd hex color red value is 144, green value is 238 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #90eecd hue: 0.44 , saturation: 0.73 and the lightness value of 90eecd is 0.75.
The process color (four color CMYK) of #90eecd color hex is 0.39, 0.00, 0.14, 0.07. Web safe color of #90eecd is #99ffcc. Color #90eecd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 11101110 | 11001101 |
Octal | 220 | 356 | 315 |
Decimal | 144 | 238 | 205 |
Hex | 90 | EE | CD |
Shades of #90eecd
Tints of #90eecd
RGB Percentages of Color #90eecd
CMYK Percentages of Color #90eecd
Complementary Color
#90eecd | #ee90b1 |
#90eecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#90eecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#90eecd Color CSS Codes
.mybgcolor {background-color:#90eecd; } .myforecolor {color:#90eecd; } .mybordercolor {border:3px solid #90eecd; }
#90eecd Text Font Color
<p style="color:#90eecd">Text here</p>
This sample text font color is #90eecd
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.
#90eecd Background Color
<div style="background-color:#90eecd">
Div content here</div>
This div background color is #90eecd
#90eecd Border Color
<div style="border:3px solid #90eecd">
Div here</div>
This div border color is #90eecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,238,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #90eecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #90eecd; -webkit-box-shadow: 1px 1px 3px 2px #90eecd; box-shadow: 1px 1px 3px 2px #90eecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,238,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #90eecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #90eecd; -webkit-box-shadow: 1px 1px 3px 2px #90eecd; box-shadow: 1px 1px 3px 2px #90eecd;">
Div content here</div>
This div box has shadow with color #90eecd
Comments
No comments written yet.
Please login to write comment.