Color Hex Logo

#afb971 Color Hex

#AFB971
(175,185,113)
0 Favorites   0 Comments

Color spaces of #afb971

RGB 175185113
HSL0.190.340.58
HSV68°39°73°
CMYK 0.050.000.39   0.27
XYZ38.008845.004122.3062
Yxy45.00410.36090.4273
Hunter Lab67.0851-16.265127.2453
CIE-Lab72.8946-14.795535.3653

#afb971 color RGB value is (175,185,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 01110001
Octal 257 271 161
Decimal 175 185 113
Hex AF B9 71

RGB Percentages of Color #afb971

%37.00
%39.11
%23.89

CMYK Percentages of Color #afb971

%5
%0
%39
%27

Triadic Colors of #afb971

#afb971 #71afb9 #b971af

Analogous Colors of #afb971

#afb971 #8bb971 #b99f71

Monochromatic Colors of #afb971

#afb971

Complementary Color

#afb971 #7b71b9

#afb971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb971 Color CSS Codes

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

#afb971 Text Font Color

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

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


#afb971 Background Color

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

This div background color is #afb971


#afb971 Border Color

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

This div border color is #afb971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb971

#afb971 Color Palettes


Comments

No comments written yet.

Please login to write comment.