Color spaces of #90efda
RGB | 144 | 239 | 218 |
---|---|---|---|
HSL | 0.46 | 0.75 | 0.75 |
HSV | 167° | 40° | 94° |
CMYK | 0.40 | 0.00 | 0.09 0.06 |
XYZ | 55.0230 | 72.7243 | 77.4668 |
Yxy | 72.7243 | 0.2681 | 0.3544 |
Hunter Lab | 85.2785 | -34.0666 | 5.8361 |
CIE-Lab | 88.3161 | -32.9237 | 1.3099 |
#90efda color RGB value is (144,239,218).
#90efda hex color red value is 144, green value is 239 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #90efda hue: 0.46 , saturation: 0.75 and the lightness value of 90efda is 0.75.
The process color (four color CMYK) of #90efda color hex is 0.40, 0.00, 0.09, 0.06. Web safe color of #90efda is #99ffcc. Color #90efda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 11101111 | 11011010 |
Octal | 220 | 357 | 332 |
Decimal | 144 | 239 | 218 |
Hex | 90 | EF | DA |
Shades of #90efda
Tints of #90efda
RGB Percentages of Color #90efda
CMYK Percentages of Color #90efda
Complementary Color
#90efda | #ef90a5 |
#90efda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#90efda Color Preview on White Background
Lorem ipsum dolor sit amet.
#90efda Color CSS Codes
.mybgcolor {background-color:#90efda; } .myforecolor {color:#90efda; } .mybordercolor {border:3px solid #90efda; }
#90efda Text Font Color
<p style="color:#90efda">Text here</p>
This sample text font color is #90efda
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.
#90efda Background Color
<div style="background-color:#90efda">
Div content here</div>
This div background color is #90efda
#90efda Border Color
<div style="border:3px solid #90efda">
Div here</div>
This div border color is #90efda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,239,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #90efda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #90efda; -webkit-box-shadow: 1px 1px 3px 2px #90efda; box-shadow: 1px 1px 3px 2px #90efda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,239,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 #90efda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #90efda; -webkit-box-shadow: 1px 1px 3px 2px #90efda; box-shadow: 1px 1px 3px 2px #90efda;">
Div content here</div>
This div box has shadow with color #90efda
Comments
No comments written yet.
Please login to write comment.