Color Hex Logo

#afb86d Color Hex

#AFB86D
(175,184,109)
0 Favorites   0 Comments

Color spaces of #afb86d

RGB 175184109
HSL0.190.350.57
HSV67°41°72°
CMYK 0.050.000.41   0.28
XYZ37.580044.499121.0765
Yxy44.49910.36430.4314
Hunter Lab66.7076-16.179727.9625
CIE-Lab72.5608-14.747436.9975

#afb86d color RGB value is (175,184,109).

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

The process color (four color CMYK) of #afb86d color hex is 0.05, 0.00, 0.41, 0.28. Web safe color of #afb86d is #99cc66. Color #afb86d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 01101101
Octal 257 270 155
Decimal 175 184 109
Hex AF B8 6D

RGB Percentages of Color #afb86d

%37.39
%39.32
%23.29

CMYK Percentages of Color #afb86d

%5
%0
%41
%28

Triadic Colors of #afb86d

#afb86d #6dafb8 #b86daf

Analogous Colors of #afb86d

#afb86d #8ab86d #b89c6d

Monochromatic Colors of #afb86d

#afb86d

Complementary Color

#afb86d #766db8

#afb86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb86d Color CSS Codes

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

#afb86d Text Font Color

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

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


#afb86d Background Color

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

This div background color is #afb86d


#afb86d Border Color

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

This div border color is #afb86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb86d


Comments

No comments written yet.

Please login to write comment.