Color Hex Logo

#4daa7f Color Hex

#4DAA7F
(77,170,127)
0 Favorites   0 Comments

Color spaces of #4daa7f

RGB 77170127
HSL0.420.380.48
HSV152°55°67°
CMYK 0.550.000.25   0.33
XYZ21.266131.859525.1073
Yxy31.85950.27180.4072
Hunter Lab56.4442-31.525213.1378
CIE-Lab63.2266-37.951213.9544

#4daa7f color RGB value is (77,170,127).

#4daa7f hex color red value is 77, green value is 170 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #4daa7f hue: 0.42 , saturation: 0.38 and the lightness value of 4daa7f is 0.48.

The process color (four color CMYK) of #4daa7f color hex is 0.55, 0.00, 0.25, 0.33. Web safe color of #4daa7f is #669966. Color #4daa7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101010 01111111
Octal 115 252 177
Decimal 77 170 127
Hex 4D AA 7F

RGB Percentages of Color #4daa7f

%20.59
%45.45
%33.96

CMYK Percentages of Color #4daa7f

%55
%0
%25
%33

Triadic Colors of #4daa7f

#4daa7f #7f4daa #aa7f4d

Analogous Colors of #4daa7f

#4daa7f #4da7aa #4daa51

Monochromatic Colors of #4daa7f

#4daa7f

Complementary Color

#4daa7f #aa4d78

#4daa7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4daa7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4daa7f Color CSS Codes

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

#4daa7f Text Font Color

<p style="color:#4daa7f">Text here</p>

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


#4daa7f Background Color

<div style="background-color:#4daa7f">
Div content here</div>

This div background color is #4daa7f


#4daa7f Border Color

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

This div border color is #4daa7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4daa7f


Comments

No comments written yet.

Please login to write comment.