Color Hex Logo

#2aa58c Color Hex

#2AA58C
(42,165,140)
0 Favorites   0 Comments

Color spaces of #2aa58c

RGB 42165140
HSL0.470.590.41
HSV168°75°65°
CMYK 0.750.000.15   0.35
XYZ19.143629.296029.4567
Yxy29.29600.24580.3761
Hunter Lab54.1258-31.58695.6208
CIE-Lab61.0420-38.98923.4795

#2aa58c color RGB value is (42,165,140).

#2aa58c hex color red value is 42, green value is 165 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #2aa58c hue: 0.47 , saturation: 0.59 and the lightness value of 2aa58c is 0.41.

The process color (four color CMYK) of #2aa58c color hex is 0.75, 0.00, 0.15, 0.35. Web safe color of #2aa58c is #339999. Color #2aa58c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10100101 10001100
Octal 52 245 214
Decimal 42 165 140
Hex 2A A5 8C

RGB Percentages of Color #2aa58c

%12.10
%47.55
%40.35

CMYK Percentages of Color #2aa58c

%75
%0
%15
%35

Triadic Colors of #2aa58c

#2aa58c #8c2aa5 #a58c2a

Analogous Colors of #2aa58c

#2aa58c #2a81a5 #2aa54f

Monochromatic Colors of #2aa58c

#2aa58c

Complementary Color

#2aa58c #a52a43

#2aa58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aa58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aa58c Color CSS Codes

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

#2aa58c Text Font Color

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

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


#2aa58c Background Color

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

This div background color is #2aa58c


#2aa58c Border Color

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

This div border color is #2aa58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aa58c


Comments

No comments written yet.

Please login to write comment.