Color Hex Logo

#3aad7f Color Hex

#3AAD7F
(58,173,127)
0 Favorites   0 Comments

Color spaces of #3aad7f

RGB 58173127
HSL0.430.500.45
HSV156°66°68°
CMYK 0.660.000.27   0.32
XYZ20.519332.319025.2354
Yxy32.31900.26280.4140
Hunter Lab56.8498-35.059613.4763
CIE-Lab63.6057-43.180714.3998

#3aad7f color RGB value is (58,173,127).

#3aad7f hex color red value is 58, green value is 173 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #3aad7f hue: 0.43 , saturation: 0.50 and the lightness value of 3aad7f is 0.45.

The process color (four color CMYK) of #3aad7f color hex is 0.66, 0.00, 0.27, 0.32. Web safe color of #3aad7f is #339966. Color #3aad7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101101 01111111
Octal 72 255 177
Decimal 58 173 127
Hex 3A AD 7F

RGB Percentages of Color #3aad7f

%16.20
%48.32
%35.47

CMYK Percentages of Color #3aad7f

%66
%0
%27
%32

Triadic Colors of #3aad7f

#3aad7f #7f3aad #ad7f3a

Analogous Colors of #3aad7f

#3aad7f #3aa2ad #3aad46

Monochromatic Colors of #3aad7f

#3aad7f

Complementary Color

#3aad7f #ad3a68

#3aad7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aad7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aad7f Color CSS Codes

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

#3aad7f Text Font Color

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

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


#3aad7f Background Color

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

This div background color is #3aad7f


#3aad7f Border Color

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

This div border color is #3aad7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aad7f


Comments

No comments written yet.

Please login to write comment.