Color Hex Logo

#2aa09f Color Hex

#2AA09F
(42,160,159)
0 Favorites   0 Comments

Color spaces of #2aa09f

RGB 42160159
HSL0.500.580.40
HSV179°74°63°
CMYK 0.740.000.01   0.37
XYZ19.783728.137137.1892
Yxy28.13710.23240.3306
Hunter Lab53.0444-26.2535-4.4369
CIE-Lab60.0124-31.3205-8.7468

#2aa09f color RGB value is (42,160,159).

#2aa09f hex color red value is 42, green value is 160 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #2aa09f hue: 0.50 , saturation: 0.58 and the lightness value of 2aa09f is 0.40.

The process color (four color CMYK) of #2aa09f color hex is 0.74, 0.00, 0.01, 0.37. Web safe color of #2aa09f is #339999. Color #2aa09f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10100000 10011111
Octal 52 240 237
Decimal 42 160 159
Hex 2A A0 9F

RGB Percentages of Color #2aa09f

%11.63
%44.32
%44.04

CMYK Percentages of Color #2aa09f

%74
%0
%1
%37

Triadic Colors of #2aa09f

#2aa09f #9f2aa0 #a09f2a

Analogous Colors of #2aa09f

#2aa09f #2a66a0 #2aa064

Monochromatic Colors of #2aa09f

#2aa09f

Complementary Color

#2aa09f #a02a2b

#2aa09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aa09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aa09f Color CSS Codes

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

#2aa09f Text Font Color

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

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


#2aa09f Background Color

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

This div background color is #2aa09f


#2aa09f Border Color

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

This div border color is #2aa09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aa09f


Comments

No comments written yet.

Please login to write comment.