Color Hex Logo

#a8b35e Color Hex

#A8B35E
(168,179,94)
0 Favorites   0 Comments

Color spaces of #a8b35e

RGB 16817994
HSL0.190.360.54
HSV68°47°70°
CMYK 0.060.000.47   0.30
XYZ34.288941.373216.7683
Yxy41.37320.37100.4476
Hunter Lab64.3220-17.408429.5689
CIE-Lab70.4366-16.633041.8258

#a8b35e color RGB value is (168,179,94).

#a8b35e hex color red value is 168, green value is 179 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a8b35e hue: 0.19 , saturation: 0.36 and the lightness value of a8b35e is 0.54.

The process color (four color CMYK) of #a8b35e color hex is 0.06, 0.00, 0.47, 0.30. Web safe color of #a8b35e is #99cc66. Color #a8b35e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10110011 01011110
Octal 250 263 136
Decimal 168 179 94
Hex A8 B3 5E

RGB Percentages of Color #a8b35e

%38.10
%40.59
%21.32

CMYK Percentages of Color #a8b35e

%6
%0
%47
%30

Triadic Colors of #a8b35e

#a8b35e #5ea8b3 #b35ea8

Analogous Colors of #a8b35e

#a8b35e #7eb35e #b3945e

Monochromatic Colors of #a8b35e

#a8b35e

Complementary Color

#a8b35e #695eb3

#a8b35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8b35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8b35e Color CSS Codes

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

#a8b35e Text Font Color

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

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


#a8b35e Background Color

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

This div background color is #a8b35e


#a8b35e Border Color

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

This div border color is #a8b35e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,179,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8b35e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8b35e;
  -webkit-box-shadow: 1px 1px 3px 2px #a8b35e;
  box-shadow:         1px 1px 3px 2px #a8b35e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,179,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8b35e


Comments

No comments written yet.

Please login to write comment.