Color spaces of #2eafac
RGB | 46 | 175 | 172 |
---|---|---|---|
HSL | 0.50 | 0.58 | 0.43 |
HSV | 179° | 74° | 69° |
CMYK | 0.74 | 0.00 | 0.02 0.31 |
XYZ | 23.9031 | 34.2193 | 44.3749 |
Yxy | 34.2193 | 0.2332 | 0.3339 |
Hunter Lab | 58.4973 | -29.4317 | -4.0282 |
CIE-Lab | 65.1363 | -34.1217 | -8.3921 |
#2eafac color RGB value is (46,175,172).
#2eafac hex color red value is 46, green value is 175 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #2eafac hue: 0.50 , saturation: 0.58 and the lightness value of 2eafac is 0.43.
The process color (four color CMYK) of #2eafac color hex is 0.74, 0.00, 0.02, 0.31. Web safe color of #2eafac is #339999. Color #2eafac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101110 | 10101111 | 10101100 |
Octal | 56 | 257 | 254 |
Decimal | 46 | 175 | 172 |
Hex | 2E | AF | AC |
Shades of #2eafac
Tints of #2eafac
RGB Percentages of Color #2eafac
CMYK Percentages of Color #2eafac
Complementary Color
#2eafac | #af2e31 |
#2eafac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2eafac Color Preview on White Background
Lorem ipsum dolor sit amet.
#2eafac Color CSS Codes
.mybgcolor {background-color:#2eafac; } .myforecolor {color:#2eafac; } .mybordercolor {border:3px solid #2eafac; }
#2eafac Text Font Color
<p style="color:#2eafac">Text here</p>
This sample text font color is #2eafac
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.
#2eafac Background Color
<div style="background-color:#2eafac">
Div content here</div>
This div background color is #2eafac
#2eafac Border Color
<div style="border:3px solid #2eafac">
Div here</div>
This div border color is #2eafac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(46,175,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2eafac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2eafac; -webkit-box-shadow: 1px 1px 3px 2px #2eafac; box-shadow: 1px 1px 3px 2px #2eafac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,175,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2eafac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2eafac; -webkit-box-shadow: 1px 1px 3px 2px #2eafac; box-shadow: 1px 1px 3px 2px #2eafac;">
Div content here</div>
This div box has shadow with color #2eafac
Comments
No comments written yet.
Please login to write comment.