Color Hex Logo

#a4c08b Color Hex

#A4C08B
(164,192,139)
0 Favorites   0 Comments

Color spaces of #a4c08b

RGB 164192139
HSL0.250.300.65
HSV92°28°75°
CMYK 0.150.000.28   0.25
XYZ38.819747.455931.5400
Yxy47.45590.32950.4028
Hunter Lab68.8882-19.966621.0763
CIE-Lab74.4804-19.029823.6691

#a4c08b color RGB value is (164,192,139).

#a4c08b hex color red value is 164, green value is 192 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #a4c08b hue: 0.25 , saturation: 0.30 and the lightness value of a4c08b is 0.65.

The process color (four color CMYK) of #a4c08b color hex is 0.15, 0.00, 0.28, 0.25. Web safe color of #a4c08b is #99cc99. Color #a4c08b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11000000 10001011
Octal 244 300 213
Decimal 164 192 139
Hex A4 C0 8B

RGB Percentages of Color #a4c08b

%33.13
%38.79
%28.08

CMYK Percentages of Color #a4c08b

%15
%0
%28
%25

Triadic Colors of #a4c08b

#a4c08b #8ba4c0 #c08ba4

Analogous Colors of #a4c08b

#a4c08b #8bc08d #bfc08b

Monochromatic Colors of #a4c08b

#a4c08b

Complementary Color

#a4c08b #a78bc0

#a4c08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4c08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4c08b Color CSS Codes

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

#a4c08b Text Font Color

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

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


#a4c08b Background Color

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

This div background color is #a4c08b


#a4c08b Border Color

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

This div border color is #a4c08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4c08b


Comments

No comments written yet.

Please login to write comment.