Color Hex Logo

#afab5c Color Hex

#AFAB5C
(175,171,92)
0 Favorites   0 Comments

Color spaces of #afab5c

RGB 17517192
HSL0.160.340.52
HSV57°47°69°
CMYK 0.000.020.47   0.31
XYZ34.173939.012515.8542
Yxy39.01250.38380.4381
Hunter Lab62.4600-11.641828.6724
CIE-Lab68.7603-9.806040.9201

#afab5c color RGB value is (175,171,92).

#afab5c hex color red value is 175, green value is 171 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #afab5c hue: 0.16 , saturation: 0.34 and the lightness value of afab5c is 0.52.

The process color (four color CMYK) of #afab5c color hex is 0.00, 0.02, 0.47, 0.31. Web safe color of #afab5c is #999966. Color #afab5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 01011100
Octal 257 253 134
Decimal 175 171 92
Hex AF AB 5C

RGB Percentages of Color #afab5c

%39.95
%39.04
%21.00

CMYK Percentages of Color #afab5c

%0
%2
%47
%31

Triadic Colors of #afab5c

#afab5c #5cafab #ab5caf

Analogous Colors of #afab5c

#afab5c #8aaf5c #af825c

Monochromatic Colors of #afab5c

#afab5c

Complementary Color

#afab5c #5c60af

#afab5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab5c Color CSS Codes

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

#afab5c Text Font Color

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

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


#afab5c Background Color

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

This div background color is #afab5c


#afab5c Border Color

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

This div border color is #afab5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab5c


Comments

No comments written yet.

Please login to write comment.