Color Hex Logo

#afb96a Color Hex

#AFB96A
(175,185,106)
0 Favorites   0 Comments

Color spaces of #afb96a

RGB 175185106
HSL0.190.360.57
HSV68°43°73°
CMYK 0.050.000.43   0.27
XYZ37.629744.852520.3098
Yxy44.85250.36610.4363
Hunter Lab66.9720-16.906928.9002
CIE-Lab72.7947-15.593638.8208

#afb96a color RGB value is (175,185,106).

#afb96a hex color red value is 175, green value is 185 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #afb96a hue: 0.19 , saturation: 0.36 and the lightness value of afb96a is 0.57.

The process color (four color CMYK) of #afb96a color hex is 0.05, 0.00, 0.43, 0.27. Web safe color of #afb96a is #99cc66. Color #afb96a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 01101010
Octal 257 271 152
Decimal 175 185 106
Hex AF B9 6A

RGB Percentages of Color #afb96a

%37.55
%39.70
%22.75

CMYK Percentages of Color #afb96a

%5
%0
%43
%27

Triadic Colors of #afb96a

#afb96a #6aafb9 #b96aaf

Analogous Colors of #afb96a

#afb96a #88b96a #b99c6a

Monochromatic Colors of #afb96a

#afb96a

Complementary Color

#afb96a #746ab9

#afb96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb96a Color CSS Codes

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

#afb96a Text Font Color

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

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


#afb96a Background Color

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

This div background color is #afb96a


#afb96a Border Color

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

This div border color is #afb96a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,185,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afb96a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afb96a;
  -webkit-box-shadow: 1px 1px 3px 2px #afb96a;
  box-shadow:         1px 1px 3px 2px #afb96a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,185,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb96a


Comments

No comments written yet.

Please login to write comment.