Color spaces of #2acdaf
RGB | 42 | 205 | 175 |
---|---|---|---|
HSL | 0.47 | 0.66 | 0.48 |
HSV | 169° | 80° | 80° |
CMYK | 0.80 | 0.00 | 0.15 0.20 |
XYZ | 30.5240 | 47.2500 | 48.0688 |
Yxy | 47.2500 | 0.2426 | 0.3755 |
Hunter Lab | 68.7386 | -41.0281 | 6.6557 |
CIE-Lab | 74.3494 | -47.0340 | 3.4873 |
#2acdaf color RGB value is (42,205,175).
#2acdaf hex color red value is 42, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2acdaf hue: 0.47 , saturation: 0.66 and the lightness value of 2acdaf is 0.48.
The process color (four color CMYK) of #2acdaf color hex is 0.80, 0.00, 0.15, 0.20. Web safe color of #2acdaf is #33cc99. Color #2acdaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101010 | 11001101 | 10101111 |
Octal | 52 | 315 | 257 |
Decimal | 42 | 205 | 175 |
Hex | 2A | CD | AF |
Shades of #2acdaf
Tints of #2acdaf
RGB Percentages of Color #2acdaf
CMYK Percentages of Color #2acdaf
Complementary Color
#2acdaf | #cd2a48 |
#2acdaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2acdaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#2acdaf Color CSS Codes
.mybgcolor {background-color:#2acdaf; } .myforecolor {color:#2acdaf; } .mybordercolor {border:3px solid #2acdaf; }
#2acdaf Text Font Color
<p style="color:#2acdaf">Text here</p>
This sample text font color is #2acdaf
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.
#2acdaf Background Color
<div style="background-color:#2acdaf">
Div content here</div>
This div background color is #2acdaf
#2acdaf Border Color
<div style="border:3px solid #2acdaf">
Div here</div>
This div border color is #2acdaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(42,205,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2acdaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2acdaf; -webkit-box-shadow: 1px 1px 3px 2px #2acdaf; box-shadow: 1px 1px 3px 2px #2acdaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(42,205,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2acdaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2acdaf; -webkit-box-shadow: 1px 1px 3px 2px #2acdaf; box-shadow: 1px 1px 3px 2px #2acdaf;">
Div content here</div>
This div box has shadow with color #2acdaf
Comments
No comments written yet.
Please login to write comment.