Color Hex Logo

#a4c85e Color Hex

#A4C85E
(164,200,94)
0 Favorites   0 Comments

Color spaces of #a4c85e

RGB 16420094
HSL0.220.490.58
HSV80°53°78°
CMYK 0.180.000.53   0.22
XYZ37.984550.009218.2404
Yxy50.00920.35760.4707
Hunter Lab70.7172-27.876934.2091
CIE-Lab76.0749-28.582348.4974

#a4c85e color RGB value is (164,200,94).

#a4c85e hex color red value is 164, green value is 200 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a4c85e hue: 0.22 , saturation: 0.49 and the lightness value of a4c85e is 0.58.

The process color (four color CMYK) of #a4c85e color hex is 0.18, 0.00, 0.53, 0.22. Web safe color of #a4c85e is #99cc66. Color #a4c85e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001000 01011110
Octal 244 310 136
Decimal 164 200 94
Hex A4 C8 5E

RGB Percentages of Color #a4c85e

%35.81
%43.67
%20.52

CMYK Percentages of Color #a4c85e

%18
%0
%53
%22

Triadic Colors of #a4c85e

#a4c85e #5ea4c8 #c85ea4

Analogous Colors of #a4c85e

#a4c85e #6fc85e #c8b75e

Monochromatic Colors of #a4c85e

#a4c85e

Complementary Color

#a4c85e #825ec8

#a4c85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4c85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4c85e Color CSS Codes

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

#a4c85e Text Font Color

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

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


#a4c85e Background Color

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

This div background color is #a4c85e


#a4c85e Border Color

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

This div border color is #a4c85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4c85e


Comments

No comments written yet.

Please login to write comment.