Color Hex Logo

#afab74 Color Hex

#AFAB74
(175,171,116)
0 Favorites   0 Comments

Color spaces of #afab74

RGB 175171116
HSL0.160.270.57
HSV56°34°69°
CMYK 0.000.020.34   0.31
XYZ35.394539.500722.2819
Yxy39.50070.36420.4065
Hunter Lab62.8496-9.462322.9748
CIE-Lab69.1124-7.140128.8871

#afab74 color RGB value is (175,171,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 01110100
Octal 257 253 164
Decimal 175 171 116
Hex AF AB 74

RGB Percentages of Color #afab74

%37.88
%37.01
%25.11

CMYK Percentages of Color #afab74

%0
%2
%34
%31

Triadic Colors of #afab74

#afab74 #74afab #ab74af

Analogous Colors of #afab74

#afab74 #96af74 #af8e74

Monochromatic Colors of #afab74

#afab74

Complementary Color

#afab74 #7478af

#afab74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab74 Color CSS Codes

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

#afab74 Text Font Color

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

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


#afab74 Background Color

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

This div background color is #afab74


#afab74 Border Color

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

This div border color is #afab74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab74


Comments

No comments written yet.

Please login to write comment.