Color Hex Logo

#2aab9f Color Hex

#2AAB9F
(42,171,159)
0 Favorites   0 Comments

Color spaces of #2aab9f

RGB 42171159
HSL0.480.610.42
HSV174°75°67°
CMYK 0.750.000.07   0.33
XYZ21.775832.121337.8532
Yxy32.12130.23730.3501
Hunter Lab56.6757-30.59950.0737
CIE-Lab63.4430-36.4781-3.6591

#2aab9f color RGB value is (42,171,159).

#2aab9f hex color red value is 42, green value is 171 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #2aab9f hue: 0.48 , saturation: 0.61 and the lightness value of 2aab9f is 0.42.

The process color (four color CMYK) of #2aab9f color hex is 0.75, 0.00, 0.07, 0.33. Web safe color of #2aab9f is #339999. Color #2aab9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101011 10011111
Octal 52 253 237
Decimal 42 171 159
Hex 2A AB 9F

RGB Percentages of Color #2aab9f

%11.29
%45.97
%42.74

CMYK Percentages of Color #2aab9f

%75
%0
%7
%33

Triadic Colors of #2aab9f

#2aab9f #9f2aab #ab9f2a

Analogous Colors of #2aab9f

#2aab9f #2a77ab #2aab5f

Monochromatic Colors of #2aab9f

#2aab9f

Complementary Color

#2aab9f #ab2a36

#2aab9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aab9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aab9f Color CSS Codes

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

#2aab9f Text Font Color

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

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


#2aab9f Background Color

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

This div background color is #2aab9f


#2aab9f Border Color

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

This div border color is #2aab9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aab9f


Comments

No comments written yet.

Please login to write comment.