Color Hex Logo

#a4c533 Color Hex

#A4C533
(164,197,51)
0 Favorites   0 Comments

Color spaces of #a4c533

RGB 16419751
HSL0.200.590.49
HSV74°74°77°
CMYK 0.170.000.74   0.23
XYZ35.873648.064010.5185
Yxy48.06400.37980.5089
Hunter Lab69.3282-28.960339.5342
CIE-Lab74.8653-30.321164.8956

#a4c533 color RGB value is (164,197,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11000101 00110011
Octal 244 305 63
Decimal 164 197 51
Hex A4 C5 33

RGB Percentages of Color #a4c533

%39.81
%47.82
%12.38

CMYK Percentages of Color #a4c533

%17
%0
%74
%23

Triadic Colors of #a4c533

#a4c533 #33a4c5 #c533a4

Analogous Colors of #a4c533

#a4c533 #5bc533 #c59d33

Monochromatic Colors of #a4c533

#a4c533

Complementary Color

#a4c533 #5433c5

#a4c533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4c533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4c533 Color CSS Codes

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

#a4c533 Text Font Color

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

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


#a4c533 Background Color

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

This div background color is #a4c533


#a4c533 Border Color

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

This div border color is #a4c533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4c533


Comments

No comments written yet.

Please login to write comment.