Color Hex Logo

#a8b86b Color Hex

#A8B86B
(168,184,107)
0 Favorites   0 Comments

Color spaces of #a8b86b

RGB 168184107
HSL0.200.350.57
HSV72°42°72°
CMYK 0.090.000.42   0.28
XYZ35.942843.667320.4442
Yxy43.66730.35920.4364
Hunter Lab66.0812-18.552727.9137
CIE-Lab72.0056-17.762537.2088

#a8b86b color RGB value is (168,184,107).

#a8b86b hex color red value is 168, green value is 184 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a8b86b hue: 0.20 , saturation: 0.35 and the lightness value of a8b86b is 0.57.

The process color (four color CMYK) of #a8b86b color hex is 0.09, 0.00, 0.42, 0.28. Web safe color of #a8b86b is #99cc66. Color #a8b86b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111000 01101011
Octal 250 270 153
Decimal 168 184 107
Hex A8 B8 6B

RGB Percentages of Color #a8b86b

%36.60
%40.09
%23.31

CMYK Percentages of Color #a8b86b

%9
%0
%42
%28

Triadic Colors of #a8b86b

#a8b86b #6ba8b8 #b86ba8

Analogous Colors of #a8b86b

#a8b86b #82b86b #b8a26b

Monochromatic Colors of #a8b86b

#a8b86b

Complementary Color

#a8b86b #7b6bb8

#a8b86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8b86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8b86b Color CSS Codes

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

#a8b86b Text Font Color

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

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


#a8b86b Background Color

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

This div background color is #a8b86b


#a8b86b Border Color

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

This div border color is #a8b86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8b86b


Comments

No comments written yet.

Please login to write comment.