Color Hex Logo

#afbf86 Color Hex

#AFBF86
(175,191,134)
0 Favorites   0 Comments

Color spaces of #afbf86

RGB 175191134
HSL0.210.310.64
HSV77°30°75°
CMYK 0.080.000.30   0.25
XYZ40.613148.096829.6973
Yxy48.09680.34300.4062
Hunter Lab69.3519-16.834523.1576
CIE-Lab74.8859-15.150726.9972

#afbf86 color RGB value is (175,191,134).

#afbf86 hex color red value is 175, green value is 191 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #afbf86 hue: 0.21 , saturation: 0.31 and the lightness value of afbf86 is 0.64.

The process color (four color CMYK) of #afbf86 color hex is 0.08, 0.00, 0.30, 0.25. Web safe color of #afbf86 is #99cc99. Color #afbf86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 10000110
Octal 257 277 206
Decimal 175 191 134
Hex AF BF 86

RGB Percentages of Color #afbf86

%35.00
%38.20
%26.80

CMYK Percentages of Color #afbf86

%8
%0
%30
%25

Triadic Colors of #afbf86

#afbf86 #86afbf #bf86af

Analogous Colors of #afbf86

#afbf86 #93bf86 #bfb386

Monochromatic Colors of #afbf86

#afbf86

Complementary Color

#afbf86 #9686bf

#afbf86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf86 Color CSS Codes

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

#afbf86 Text Font Color

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

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


#afbf86 Background Color

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

This div background color is #afbf86


#afbf86 Border Color

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

This div border color is #afbf86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf86


Comments

No comments written yet.

Please login to write comment.