Color Hex Logo

#4ca85f Color Hex

#4CA85F
(76,168,95)
0 Favorites   0 Comments

Color spaces of #4ca85f

RGB 7616895
HSL0.370.380.48
HSV132°55°66°
CMYK 0.550.000.43   0.34
XYZ19.048730.368015.6841
Yxy30.36800.29260.4665
Hunter Lab55.1072-34.736121.7004
CIE-Lab61.9705-43.476429.5911

#4ca85f color RGB value is (76,168,95).

#4ca85f hex color red value is 76, green value is 168 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #4ca85f hue: 0.37 , saturation: 0.38 and the lightness value of 4ca85f is 0.48.

The process color (four color CMYK) of #4ca85f color hex is 0.55, 0.00, 0.43, 0.34. Web safe color of #4ca85f is #339966. Color #4ca85f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101000 01011111
Octal 114 250 137
Decimal 76 168 95
Hex 4C A8 5F

RGB Percentages of Color #4ca85f

%22.42
%49.56
%28.02

CMYK Percentages of Color #4ca85f

%55
%0
%43
%34

Triadic Colors of #4ca85f

#4ca85f #5f4ca8 #a85f4c

Analogous Colors of #4ca85f

#4ca85f #4ca88d #67a84c

Monochromatic Colors of #4ca85f

#4ca85f

Complementary Color

#4ca85f #a84c95

#4ca85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ca85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ca85f Color CSS Codes

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

#4ca85f Text Font Color

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

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


#4ca85f Background Color

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

This div background color is #4ca85f


#4ca85f Border Color

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

This div border color is #4ca85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ca85f


Comments

No comments written yet.

Please login to write comment.