Color Hex Logo

#a4ba6b Color Hex

#A4BA6B
(164,186,107)
0 Favorites   0 Comments

Color spaces of #a4ba6b

RGB 164186107
HSL0.210.360.57
HSV77°42°73°
CMYK 0.120.000.42   0.27
XYZ35.522644.071920.5444
Yxy44.07190.35470.4401
Hunter Lab66.3867-20.663828.1224
CIE-Lab72.2765-20.345137.4892

#a4ba6b color RGB value is (164,186,107).

#a4ba6b hex color red value is 164, green value is 186 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a4ba6b hue: 0.21 , saturation: 0.36 and the lightness value of a4ba6b is 0.57.

The process color (four color CMYK) of #a4ba6b color hex is 0.12, 0.00, 0.42, 0.27. Web safe color of #a4ba6b is #99cc66. Color #a4ba6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111010 01101011
Octal 244 272 153
Decimal 164 186 107
Hex A4 BA 6B

RGB Percentages of Color #a4ba6b

%35.89
%40.70
%23.41

CMYK Percentages of Color #a4ba6b

%12
%0
%42
%27

Triadic Colors of #a4ba6b

#a4ba6b #6ba4ba #ba6ba4

Analogous Colors of #a4ba6b

#a4ba6b #7dba6b #baa96b

Monochromatic Colors of #a4ba6b

#a4ba6b

Complementary Color

#a4ba6b #816bba

#a4ba6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ba6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ba6b Color CSS Codes

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

#a4ba6b Text Font Color

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

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


#a4ba6b Background Color

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

This div background color is #a4ba6b


#a4ba6b Border Color

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

This div border color is #a4ba6b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,186,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 #a4ba6b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ba6b


Comments

No comments written yet.

Please login to write comment.