Color Hex Logo

#2aa290 Color Hex

#2AA290
(42,162,144)
0 Favorites   0 Comments

Color spaces of #2aa290

RGB 42162144
HSL0.480.590.40
HSV171°74°64°
CMYK 0.740.000.11   0.36
XYZ18.909228.346530.8604
Yxy28.34650.24210.3629
Hunter Lab53.2414-29.77652.9027
CIE-Lab60.2005-36.56330.0058

#2aa290 color RGB value is (42,162,144).

#2aa290 hex color red value is 42, green value is 162 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #2aa290 hue: 0.48 , saturation: 0.59 and the lightness value of 2aa290 is 0.40.

The process color (four color CMYK) of #2aa290 color hex is 0.74, 0.00, 0.11, 0.36. Web safe color of #2aa290 is #339999. Color #2aa290 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10100010 10010000
Octal 52 242 220
Decimal 42 162 144
Hex 2A A2 90

RGB Percentages of Color #2aa290

%12.07
%46.55
%41.38

CMYK Percentages of Color #2aa290

%74
%0
%11
%36

Triadic Colors of #2aa290

#2aa290 #902aa2 #a2902a

Analogous Colors of #2aa290

#2aa290 #2a78a2 #2aa254

Monochromatic Colors of #2aa290

#2aa290

Complementary Color

#2aa290 #a22a3c

#2aa290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aa290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aa290 Color CSS Codes

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

#2aa290 Text Font Color

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

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


#2aa290 Background Color

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

This div background color is #2aa290


#2aa290 Border Color

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

This div border color is #2aa290


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,162,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2aa290">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aa290


Comments

No comments written yet.

Please login to write comment.