Color Hex Logo

#2aae83 Color Hex

#2AAE83
(42,174,131)
0 Favorites   0 Comments

Color spaces of #2aae83

RGB 42174131
HSL0.450.610.42
HSV160°76°68°
CMYK 0.760.000.25   0.32
XYZ20.187632.403026.6631
Yxy32.40300.25470.4089
Hunter Lab56.9236-36.312512.0750
CIE-Lab63.6746-45.102812.2442

#2aae83 color RGB value is (42,174,131).

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

The process color (four color CMYK) of #2aae83 color hex is 0.76, 0.00, 0.25, 0.32. Web safe color of #2aae83 is #339999. Color #2aae83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101110 10000011
Octal 52 256 203
Decimal 42 174 131
Hex 2A AE 83

RGB Percentages of Color #2aae83

%12.10
%50.14
%37.75

CMYK Percentages of Color #2aae83

%76
%0
%25
%32

Triadic Colors of #2aae83

#2aae83 #832aae #ae832a

Analogous Colors of #2aae83

#2aae83 #2a97ae #2aae41

Monochromatic Colors of #2aae83

#2aae83

Complementary Color

#2aae83 #ae2a55

#2aae83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aae83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aae83 Color CSS Codes

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

#2aae83 Text Font Color

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

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


#2aae83 Background Color

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

This div background color is #2aae83


#2aae83 Border Color

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

This div border color is #2aae83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aae83


Comments

No comments written yet.

Please login to write comment.