Color spaces of #4bae5a
RGB | 75 | 174 | 90 |
---|---|---|---|
HSL | 0.36 | 0.40 | 0.49 |
HSV | 129° | 57° | 68° |
CMYK | 0.57 | 0.00 | 0.48 0.32 |
XYZ | 19.8832 | 32.5061 | 14.8992 |
Yxy | 32.5061 | 0.2955 | 0.4831 |
Hunter Lab | 57.0141 | -37.5243 | 24.4159 |
CIE-Lab | 63.7590 | -46.9736 | 34.4537 |
#4bae5a color RGB value is (75,174,90).
#4bae5a hex color red value is 75, green value is 174 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #4bae5a hue: 0.36 , saturation: 0.40 and the lightness value of 4bae5a is 0.49.
The process color (four color CMYK) of #4bae5a color hex is 0.57, 0.00, 0.48, 0.32. Web safe color of #4bae5a is #339966. Color #4bae5a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001011 | 10101110 | 01011010 |
Octal | 113 | 256 | 132 |
Decimal | 75 | 174 | 90 |
Hex | 4B | AE | 5A |
Shades of #4bae5a
Tints of #4bae5a
RGB Percentages of Color #4bae5a
CMYK Percentages of Color #4bae5a
Complementary Color
#4bae5a | #ae4b9f |
#4bae5a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4bae5a Color Preview on White Background
Lorem ipsum dolor sit amet.
#4bae5a Color CSS Codes
.mybgcolor {background-color:#4bae5a; } .myforecolor {color:#4bae5a; } .mybordercolor {border:3px solid #4bae5a; }
#4bae5a Text Font Color
<p style="color:#4bae5a">Text here</p>
This sample text font color is #4bae5a
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.
#4bae5a Background Color
<div style="background-color:#4bae5a">
Div content here</div>
This div background color is #4bae5a
#4bae5a Border Color
<div style="border:3px solid #4bae5a">
Div here</div>
This div border color is #4bae5a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(75,174,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4bae5a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4bae5a; -webkit-box-shadow: 1px 1px 3px 2px #4bae5a; box-shadow: 1px 1px 3px 2px #4bae5a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(75,174,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4bae5a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4bae5a; -webkit-box-shadow: 1px 1px 3px 2px #4bae5a; box-shadow: 1px 1px 3px 2px #4bae5a;">
Div content here</div>
This div box has shadow with color #4bae5a
Comments
No comments written yet.
Please login to write comment.