Color Hex Logo

#3aab5e Color Hex

#3AAB5E
(58,171,94)
0 Favorites   0 Comments

Color spaces of #3aab5e

RGB 5817194
HSL0.390.490.45
HSV139°66°67°
CMYK 0.660.000.45   0.33
XYZ18.328230.833515.5751
Yxy30.83350.28310.4763
Hunter Lab55.5279-38.256022.2392
CIE-Lab62.3668-48.921630.5180

#3aab5e color RGB value is (58,171,94).

#3aab5e hex color red value is 58, green value is 171 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #3aab5e hue: 0.39 , saturation: 0.49 and the lightness value of 3aab5e is 0.45.

The process color (four color CMYK) of #3aab5e color hex is 0.66, 0.00, 0.45, 0.33. Web safe color of #3aab5e is #339966. Color #3aab5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101011 01011110
Octal 72 253 136
Decimal 58 171 94
Hex 3A AB 5E

RGB Percentages of Color #3aab5e

%17.96
%52.94
%29.10

CMYK Percentages of Color #3aab5e

%66
%0
%45
%33

Triadic Colors of #3aab5e

#3aab5e #5e3aab #ab5e3a

Analogous Colors of #3aab5e

#3aab5e #3aab97 #4eab3a

Monochromatic Colors of #3aab5e

#3aab5e

Complementary Color

#3aab5e #ab3a87

#3aab5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aab5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aab5e Color CSS Codes

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

#3aab5e Text Font Color

<p style="color:#3aab5e">Text here</p>

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


#3aab5e Background Color

<div style="background-color:#3aab5e">
Div content here</div>

This div background color is #3aab5e


#3aab5e Border Color

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

This div border color is #3aab5e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,171,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aab5e


Comments

No comments written yet.

Please login to write comment.