Color Hex Logo

#afab73 Color Hex

#AFAB73
(175,171,115)
0 Favorites   0 Comments

Color spaces of #afab73

RGB 175171115
HSL0.160.270.57
HSV56°34°69°
CMYK 0.000.020.34   0.31
XYZ35.336639.477621.9772
Yxy39.47760.36510.4079
Hunter Lab62.8312-9.565323.2433
CIE-Lab69.0958-7.264829.3982

#afab73 color RGB value is (175,171,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 01110011
Octal 257 253 163
Decimal 175 171 115
Hex AF AB 73

RGB Percentages of Color #afab73

%37.96
%37.09
%24.95

CMYK Percentages of Color #afab73

%0
%2
%34
%31

Triadic Colors of #afab73

#afab73 #73afab #ab73af

Analogous Colors of #afab73

#afab73 #95af73 #af8d73

Monochromatic Colors of #afab73

#afab73

Complementary Color

#afab73 #7377af

#afab73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab73 Color CSS Codes

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

#afab73 Text Font Color

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

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


#afab73 Background Color

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

This div background color is #afab73


#afab73 Border Color

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

This div border color is #afab73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab73


Comments

No comments written yet.

Please login to write comment.