Color Hex Logo

#a4c52f Color Hex

#A4C52F
(164,197,47)
0 Favorites   0 Comments

Color spaces of #a4c52f

RGB 16419747
HSL0.200.610.48
HSV73°76°77°
CMYK 0.170.000.76   0.23
XYZ35.789248.030310.0738
Yxy48.03030.38120.5115
Hunter Lab69.3039-29.102739.8945
CIE-Lab74.8440-30.513266.1709

#a4c52f color RGB value is (164,197,47).

#a4c52f hex color red value is 164, green value is 197 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #a4c52f hue: 0.20 , saturation: 0.61 and the lightness value of a4c52f is 0.48.

The process color (four color CMYK) of #a4c52f color hex is 0.17, 0.00, 0.76, 0.23. Web safe color of #a4c52f is #99cc33. Color #a4c52f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11000101 00101111
Octal 244 305 57
Decimal 164 197 47
Hex A4 C5 2F

RGB Percentages of Color #a4c52f

%40.20
%48.28
%11.52

CMYK Percentages of Color #a4c52f

%17
%0
%76
%23

Triadic Colors of #a4c52f

#a4c52f #2fa4c5 #c52fa4

Analogous Colors of #a4c52f

#a4c52f #59c52f #c59b2f

Monochromatic Colors of #a4c52f

#a4c52f

Complementary Color

#a4c52f #502fc5

#a4c52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4c52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4c52f Color CSS Codes

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

#a4c52f Text Font Color

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

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


#a4c52f Background Color

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

This div background color is #a4c52f


#a4c52f Border Color

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

This div border color is #a4c52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4c52f


Comments

No comments written yet.

Please login to write comment.