Color Hex Logo

#a4b46b Color Hex

#A4B46B
(164,180,107)
0 Favorites   0 Comments

Color spaces of #a4b46b

RGB 164180107
HSL0.200.330.56
HSV73°41°71°
CMYK 0.090.000.41   0.29
XYZ34.284941.596620.1318
Yxy41.59660.35710.4332
Hunter Lab64.4954-17.978826.6398
CIE-Lab70.5919-17.316235.3578

#a4b46b color RGB value is (164,180,107).

#a4b46b hex color red value is 164, green value is 180 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a4b46b hue: 0.20 , saturation: 0.33 and the lightness value of a4b46b is 0.56.

The process color (four color CMYK) of #a4b46b color hex is 0.09, 0.00, 0.41, 0.29. Web safe color of #a4b46b is #99cc66. Color #a4b46b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10110100 01101011
Octal 244 264 153
Decimal 164 180 107
Hex A4 B4 6B

RGB Percentages of Color #a4b46b

%36.36
%39.91
%23.73

CMYK Percentages of Color #a4b46b

%9
%0
%41
%29

Triadic Colors of #a4b46b

#a4b46b #6ba4b4 #b46ba4

Analogous Colors of #a4b46b

#a4b46b #80b46b #b4a06b

Monochromatic Colors of #a4b46b

#a4b46b

Complementary Color

#a4b46b #7b6bb4

#a4b46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4b46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4b46b Color CSS Codes

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

#a4b46b Text Font Color

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

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


#a4b46b Background Color

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

This div background color is #a4b46b


#a4b46b Border Color

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

This div border color is #a4b46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4b46b

#a4b46b Color Palettes


Comments

No comments written yet.

Please login to write comment.