Color Hex Logo

#4da82a Color Hex

#4DA82A
(77,168,42)
0 Favorites   0 Comments

Color spaces of #4da82a

RGB 7716842
HSL0.290.600.41
HSV103°75°66°
CMYK 0.540.000.75   0.34
XYZ17.481129.75027.0115
Yxy29.75020.32230.5485
Hunter Lab54.5437-38.242930.5590
CIE-Lab61.4381-49.439153.3498

#4da82a color RGB value is (77,168,42).

#4da82a hex color red value is 77, green value is 168 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #4da82a hue: 0.29 , saturation: 0.60 and the lightness value of 4da82a is 0.41.

The process color (four color CMYK) of #4da82a color hex is 0.54, 0.00, 0.75, 0.34. Web safe color of #4da82a is #669933. Color #4da82a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101000 00101010
Octal 115 250 52
Decimal 77 168 42
Hex 4D A8 2A

RGB Percentages of Color #4da82a

%26.83
%58.54
%14.63

CMYK Percentages of Color #4da82a

%54
%0
%75
%34

Triadic Colors of #4da82a

#4da82a #2a4da8 #a82a4d

Analogous Colors of #4da82a

#4da82a #2aa846 #8ca82a

Monochromatic Colors of #4da82a

#4da82a

Complementary Color

#4da82a #852aa8

#4da82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4da82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4da82a Color CSS Codes

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

#4da82a Text Font Color

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

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


#4da82a Background Color

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

This div background color is #4da82a


#4da82a Border Color

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

This div border color is #4da82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4da82a


Comments

No comments written yet.

Please login to write comment.