Color spaces of #4beeaa
RGB | 75 | 238 | 170 |
---|---|---|---|
HSL | 0.43 | 0.83 | 0.61 |
HSV | 155° | 68° | 93° |
CMYK | 0.68 | 0.00 | 0.29 0.07 |
XYZ | 40.7319 | 65.5472 | 48.5353 |
Yxy | 65.5472 | 0.2631 | 0.4234 |
Hunter Lab | 80.9612 | -51.8781 | 21.1292 |
CIE-Lab | 84.7649 | -57.3656 | 20.9540 |
#4beeaa color RGB value is (75,238,170).
#4beeaa hex color red value is 75, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4beeaa hue: 0.43 , saturation: 0.83 and the lightness value of 4beeaa is 0.61.
The process color (four color CMYK) of #4beeaa color hex is 0.68, 0.00, 0.29, 0.07. Web safe color of #4beeaa is #33ff99. Color #4beeaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001011 | 11101110 | 10101010 |
Octal | 113 | 356 | 252 |
Decimal | 75 | 238 | 170 |
Hex | 4B | EE | AA |
Shades of #4beeaa
Tints of #4beeaa
RGB Percentages of Color #4beeaa
CMYK Percentages of Color #4beeaa
Complementary Color
#4beeaa | #ee4b8f |
#4beeaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4beeaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#4beeaa Color CSS Codes
.mybgcolor {background-color:#4beeaa; } .myforecolor {color:#4beeaa; } .mybordercolor {border:3px solid #4beeaa; }
#4beeaa Text Font Color
<p style="color:#4beeaa">Text here</p>
This sample text font color is #4beeaa
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.
#4beeaa Background Color
<div style="background-color:#4beeaa">
Div content here</div>
This div background color is #4beeaa
#4beeaa Border Color
<div style="border:3px solid #4beeaa">
Div here</div>
This div border color is #4beeaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(75,238,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4beeaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4beeaa; -webkit-box-shadow: 1px 1px 3px 2px #4beeaa; box-shadow: 1px 1px 3px 2px #4beeaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(75,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 #4beeaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4beeaa; -webkit-box-shadow: 1px 1px 3px 2px #4beeaa; box-shadow: 1px 1px 3px 2px #4beeaa;">
Div content here</div>
This div box has shadow with color #4beeaa
Comments
No comments written yet.
Please login to write comment.