Color Hex Logo

#afad77 Color Hex

#AFAD77
(175,173,119)
0 Favorites   0 Comments

Color spaces of #afad77

RGB 175173119
HSL0.160.260.58
HSV58°32°69°
CMYK 0.000.010.32   0.31
XYZ35.952540.333023.3429
Yxy40.33300.36090.4048
Hunter Lab63.5083-10.089322.6633
CIE-Lab69.7061-7.818428.0688

#afad77 color RGB value is (175,173,119).

#afad77 hex color red value is 175, green value is 173 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #afad77 hue: 0.16 , saturation: 0.26 and the lightness value of afad77 is 0.58.

The process color (four color CMYK) of #afad77 color hex is 0.00, 0.01, 0.32, 0.31. Web safe color of #afad77 is #999966. Color #afad77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 01110111
Octal 257 255 167
Decimal 175 173 119
Hex AF AD 77

RGB Percentages of Color #afad77

%37.47
%37.04
%25.48

CMYK Percentages of Color #afad77

%0
%1
%32
%31

Triadic Colors of #afad77

#afad77 #77afad #ad77af

Analogous Colors of #afad77

#afad77 #95af77 #af9177

Monochromatic Colors of #afad77

#afad77

Complementary Color

#afad77 #7779af

#afad77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afad77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afad77 Color CSS Codes

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

#afad77 Text Font Color

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

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


#afad77 Background Color

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

This div background color is #afad77


#afad77 Border Color

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

This div border color is #afad77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afad77


Comments

No comments written yet.

Please login to write comment.