Color spaces of #90edda
RGB | 144 | 237 | 218 |
---|---|---|---|
HSL | 0.47 | 0.72 | 0.75 |
HSV | 168° | 39° | 93° |
CMYK | 0.39 | 0.00 | 0.08 0.07 |
XYZ | 54.4407 | 71.5596 | 77.2727 |
Yxy | 71.5596 | 0.2678 | 0.3520 |
Hunter Lab | 84.5929 | -33.1619 | 5.0557 |
CIE-Lab | 87.7562 | -31.9856 | 0.4939 |
#90edda color RGB value is (144,237,218).
#90edda hex color red value is 144, green value is 237 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #90edda hue: 0.47 , saturation: 0.72 and the lightness value of 90edda is 0.75.
The process color (four color CMYK) of #90edda color hex is 0.39, 0.00, 0.08, 0.07. Web safe color of #90edda is #99ffcc. Color #90edda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 11101101 | 11011010 |
Octal | 220 | 355 | 332 |
Decimal | 144 | 237 | 218 |
Hex | 90 | ED | DA |
Shades of #90edda
Tints of #90edda
RGB Percentages of Color #90edda
CMYK Percentages of Color #90edda
Complementary Color
#90edda | #ed90a3 |
#90edda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#90edda Color Preview on White Background
Lorem ipsum dolor sit amet.
#90edda Color CSS Codes
.mybgcolor {background-color:#90edda; } .myforecolor {color:#90edda; } .mybordercolor {border:3px solid #90edda; }
#90edda Text Font Color
<p style="color:#90edda">Text here</p>
This sample text font color is #90edda
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.
#90edda Background Color
<div style="background-color:#90edda">
Div content here</div>
This div background color is #90edda
#90edda Border Color
<div style="border:3px solid #90edda">
Div here</div>
This div border color is #90edda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,237,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #90edda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #90edda; -webkit-box-shadow: 1px 1px 3px 2px #90edda; box-shadow: 1px 1px 3px 2px #90edda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,237,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #90edda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #90edda; -webkit-box-shadow: 1px 1px 3px 2px #90edda; box-shadow: 1px 1px 3px 2px #90edda;">
Div content here</div>
This div box has shadow with color #90edda
Comments
No comments written yet.
Please login to write comment.