Color Hex Logo

#2ad5aa Color Hex

#2AD5AA
(42,213,170)
0 Favorites   0 Comments

Color spaces of #2ad5aa

RGB 42213170
HSL0.460.670.50
HSV165°80°84°
CMYK 0.800.000.20   0.16
XYZ32.004850.983046.1841
Yxy50.98300.24780.3947
Hunter Lab71.4024-44.944811.6320
CIE-Lab76.6687-51.58129.5030

#2ad5aa color RGB value is (42,213,170).

#2ad5aa hex color red value is 42, green value is 213 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2ad5aa hue: 0.46 , saturation: 0.67 and the lightness value of 2ad5aa is 0.50.

The process color (four color CMYK) of #2ad5aa color hex is 0.80, 0.00, 0.20, 0.16. Web safe color of #2ad5aa is #33cc99. Color #2ad5aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11010101 10101010
Octal 52 325 252
Decimal 42 213 170
Hex 2A D5 AA

RGB Percentages of Color #2ad5aa

%9.88
%50.12
%40.00

CMYK Percentages of Color #2ad5aa

%80
%0
%20
%16

Triadic Colors of #2ad5aa

#2ad5aa #aa2ad5 #d5aa2a

Analogous Colors of #2ad5aa

#2ad5aa #2aabd5 #2ad555

Monochromatic Colors of #2ad5aa

#2ad5aa

Complementary Color

#2ad5aa #d52a55

#2ad5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ad5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ad5aa Color CSS Codes

.mybgcolor {background-color:#2ad5aa; } 
.myforecolor {color:#2ad5aa; }
.mybordercolor {border:3px solid #2ad5aa; }

#2ad5aa Text Font Color

<p style="color:#2ad5aa">Text here</p>

This sample text font color is #2ad5aa
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.


#2ad5aa Background Color

<div style="background-color:#2ad5aa">
Div content here</div>

This div background color is #2ad5aa


#2ad5aa Border Color

<div style="border:3px solid #2ad5aa">
Div here</div>

This div border color is #2ad5aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,213,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ad5aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ad5aa;
  -webkit-box-shadow: 1px 1px 3px 2px #2ad5aa;
  box-shadow:         1px 1px 3px 2px #2ad5aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,213,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 #2ad5aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2ad5aa;
  -webkit-box-shadow: 1px 1px 3px 2px #2ad5aa;
  box-shadow:         1px 1px 3px 2px #2ad5aa;">
Div content here</div>

This div box has shadow with color #2ad5aa


Comments

No comments written yet.

Please login to write comment.