Color Hex Logo

#a4b52b Color Hex

#A4B52B
(164,181,43)
0 Favorites   0 Comments

Color spaces of #a4b52b

RGB 16418143
HSL0.190.620.44
HSV67°76°71°
CMYK 0.090.000.76   0.29
XYZ32.269841.11478.5206
Yxy41.11470.39400.5020
Hunter Lab64.1207-22.378337.0058
CIE-Lab70.2562-22.983763.1715

#a4b52b color RGB value is (164,181,43).

#a4b52b hex color red value is 164, green value is 181 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #a4b52b hue: 0.19 , saturation: 0.62 and the lightness value of a4b52b is 0.44.

The process color (four color CMYK) of #a4b52b color hex is 0.09, 0.00, 0.76, 0.29. Web safe color of #a4b52b is #99cc33. Color #a4b52b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10110101 00101011
Octal 244 265 53
Decimal 164 181 43
Hex A4 B5 2B

RGB Percentages of Color #a4b52b

%42.27
%46.65
%11.08

CMYK Percentages of Color #a4b52b

%9
%0
%76
%29

Triadic Colors of #a4b52b

#a4b52b #2ba4b5 #b52ba4

Analogous Colors of #a4b52b

#a4b52b #5fb52b #b5812b

Monochromatic Colors of #a4b52b

#a4b52b

Complementary Color

#a4b52b #3c2bb5

#a4b52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4b52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4b52b Color CSS Codes

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

#a4b52b Text Font Color

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

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


#a4b52b Background Color

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

This div background color is #a4b52b


#a4b52b Border Color

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

This div border color is #a4b52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4b52b


Comments

No comments written yet.

Please login to write comment.