Color spaces of #5eeeaa
RGB | 94 | 238 | 170 |
---|---|---|---|
HSL | 0.42 | 0.81 | 0.65 |
HSV | 152° | 61° | 93° |
CMYK | 0.61 | 0.00 | 0.29 0.07 |
XYZ | 42.4463 | 66.4310 | 48.6155 |
Yxy | 66.4310 | 0.2695 | 0.4218 |
Hunter Lab | 81.5052 | -49.6749 | 21.6889 |
CIE-Lab | 85.2158 | -54.0927 | 21.6473 |
#5eeeaa color RGB value is (94,238,170).
#5eeeaa hex color red value is 94, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5eeeaa hue: 0.42 , saturation: 0.81 and the lightness value of 5eeeaa is 0.65.
The process color (four color CMYK) of #5eeeaa color hex is 0.61, 0.00, 0.29, 0.07. Web safe color of #5eeeaa is #66ff99. Color #5eeeaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 11101110 | 10101010 |
Octal | 136 | 356 | 252 |
Decimal | 94 | 238 | 170 |
Hex | 5E | EE | AA |
Shades of #5eeeaa
Tints of #5eeeaa
RGB Percentages of Color #5eeeaa
CMYK Percentages of Color #5eeeaa
Complementary Color
#5eeeaa | #ee5ea2 |
#5eeeaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5eeeaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#5eeeaa Color CSS Codes
.mybgcolor {background-color:#5eeeaa; } .myforecolor {color:#5eeeaa; } .mybordercolor {border:3px solid #5eeeaa; }
#5eeeaa Text Font Color
<p style="color:#5eeeaa">Text here</p>
This sample text font color is #5eeeaa
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.
#5eeeaa Background Color
<div style="background-color:#5eeeaa">
Div content here</div>
This div background color is #5eeeaa
#5eeeaa Border Color
<div style="border:3px solid #5eeeaa">
Div here</div>
This div border color is #5eeeaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,238,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5eeeaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5eeeaa; -webkit-box-shadow: 1px 1px 3px 2px #5eeeaa; box-shadow: 1px 1px 3px 2px #5eeeaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,238,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5eeeaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5eeeaa; -webkit-box-shadow: 1px 1px 3px 2px #5eeeaa; box-shadow: 1px 1px 3px 2px #5eeeaa;">
Div content here</div>
This div box has shadow with color #5eeeaa
Comments
No comments written yet.
Please login to write comment.