Color spaces of #2ae5bd
RGB | 42 | 229 | 189 |
---|---|---|---|
HSL | 0.46 | 0.78 | 0.53 |
HSV | 167° | 82° | 90° |
CMYK | 0.82 | 0.00 | 0.17 0.10 |
XYZ | 38.1595 | 60.2050 | 57.7536 |
Yxy | 60.2050 | 0.2444 | 0.3856 |
Hunter Lab | 77.5919 | -47.9999 | 10.1833 |
CIE-Lab | 81.9495 | -53.3390 | 6.9824 |
#2ae5bd color RGB value is (42,229,189).
#2ae5bd hex color red value is 42, green value is 229 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2ae5bd hue: 0.46 , saturation: 0.78 and the lightness value of 2ae5bd is 0.53.
The process color (four color CMYK) of #2ae5bd color hex is 0.82, 0.00, 0.17, 0.10. Web safe color of #2ae5bd is #33cccc. Color #2ae5bd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101010 | 11100101 | 10111101 |
Octal | 52 | 345 | 275 |
Decimal | 42 | 229 | 189 |
Hex | 2A | E5 | BD |
Shades of #2ae5bd
Tints of #2ae5bd
RGB Percentages of Color #2ae5bd
CMYK Percentages of Color #2ae5bd
Complementary Color
#2ae5bd | #e52a52 |
#2ae5bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2ae5bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#2ae5bd Color CSS Codes
.mybgcolor {background-color:#2ae5bd; } .myforecolor {color:#2ae5bd; } .mybordercolor {border:3px solid #2ae5bd; }
#2ae5bd Text Font Color
<p style="color:#2ae5bd">Text here</p>
This sample text font color is #2ae5bd
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.
#2ae5bd Background Color
<div style="background-color:#2ae5bd">
Div content here</div>
This div background color is #2ae5bd
#2ae5bd Border Color
<div style="border:3px solid #2ae5bd">
Div here</div>
This div border color is #2ae5bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(42,229,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2ae5bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2ae5bd; -webkit-box-shadow: 1px 1px 3px 2px #2ae5bd; box-shadow: 1px 1px 3px 2px #2ae5bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(42,229,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2ae5bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2ae5bd; -webkit-box-shadow: 1px 1px 3px 2px #2ae5bd; box-shadow: 1px 1px 3px 2px #2ae5bd;">
Div content here</div>
This div box has shadow with color #2ae5bd
Comments
No comments written yet.
Please login to write comment.