Color Hex Logo

#afab86 Color Hex

#AFAB86
(175,171,134)
0 Favorites   0 Comments

Color spaces of #afab86

RGB 175171134
HSL0.150.200.61
HSV54°23°69°
CMYK 0.000.020.23   0.31
XYZ36.545239.961028.3414
Yxy39.96100.34860.3811
Hunter Lab63.2147-7.432717.6685
CIE-Lab69.4417-4.702819.6155

#afab86 color RGB value is (175,171,134).

#afab86 hex color red value is 175, green value is 171 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #afab86 hue: 0.15 , saturation: 0.20 and the lightness value of afab86 is 0.61.

The process color (four color CMYK) of #afab86 color hex is 0.00, 0.02, 0.23, 0.31. Web safe color of #afab86 is #999999. Color #afab86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 10000110
Octal 257 253 206
Decimal 175 171 134
Hex AF AB 86

RGB Percentages of Color #afab86

%36.46
%35.63
%27.92

CMYK Percentages of Color #afab86

%0
%2
%23
%31

Triadic Colors of #afab86

#afab86 #86afab #ab86af

Analogous Colors of #afab86

#afab86 #9faf86 #af9786

Monochromatic Colors of #afab86

#afab86

Complementary Color

#afab86 #868aaf

#afab86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab86 Color CSS Codes

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

#afab86 Text Font Color

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

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


#afab86 Background Color

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

This div background color is #afab86


#afab86 Border Color

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

This div border color is #afab86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab86

#afab86 Color Palettes


Comments

No comments written yet.

Please login to write comment.