Color Hex Logo

#a4c06d Color Hex

#A4C06D
(164,192,109)
0 Favorites   0 Comments

Color spaces of #a4c06d

RGB 164192109
HSL0.220.400.59
HSV80°43°75°
CMYK 0.150.000.43   0.25
XYZ36.919846.695921.5353
Yxy46.69590.35110.4441
Hunter Lab68.3344-23.145029.1491
CIE-Lab73.9948-23.090238.6364

#a4c06d color RGB value is (164,192,109).

#a4c06d hex color red value is 164, green value is 192 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a4c06d hue: 0.22 , saturation: 0.40 and the lightness value of a4c06d is 0.59.

The process color (four color CMYK) of #a4c06d color hex is 0.15, 0.00, 0.43, 0.25. Web safe color of #a4c06d is #99cc66. Color #a4c06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11000000 01101101
Octal 244 300 155
Decimal 164 192 109
Hex A4 C0 6D

RGB Percentages of Color #a4c06d

%35.27
%41.29
%23.44

CMYK Percentages of Color #a4c06d

%15
%0
%43
%25

Triadic Colors of #a4c06d

#a4c06d #6da4c0 #c06da4

Analogous Colors of #a4c06d

#a4c06d #7bc06d #c0b36d

Monochromatic Colors of #a4c06d

#a4c06d

Complementary Color

#a4c06d #896dc0

#a4c06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4c06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4c06d Color CSS Codes

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

#a4c06d Text Font Color

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

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


#a4c06d Background Color

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

This div background color is #a4c06d


#a4c06d Border Color

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

This div border color is #a4c06d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,192,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4c06d


Comments

No comments written yet.

Please login to write comment.