Color Hex Logo

#afaa80 Color Hex

#AFAA80
(175,170,128)
0 Favorites   0 Comments

Color spaces of #afaa80

RGB 175170128
HSL0.150.230.59
HSV54°27°69°
CMYK 0.000.030.27   0.31
XYZ35.950239.421926.1365
Yxy39.42190.35420.3884
Hunter Lab62.7869-7.672319.2700
CIE-Lab69.0558-5.023222.3513

#afaa80 color RGB value is (175,170,128).

#afaa80 hex color red value is 175, green value is 170 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #afaa80 hue: 0.15 , saturation: 0.23 and the lightness value of afaa80 is 0.59.

The process color (four color CMYK) of #afaa80 color hex is 0.00, 0.03, 0.27, 0.31. Web safe color of #afaa80 is #999999. Color #afaa80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 10000000
Octal 257 252 200
Decimal 175 170 128
Hex AF AA 80

RGB Percentages of Color #afaa80

%37.00
%35.94
%27.06

CMYK Percentages of Color #afaa80

%0
%3
%27
%31

Triadic Colors of #afaa80

#afaa80 #80afaa #aa80af

Analogous Colors of #afaa80

#afaa80 #9daf80 #af9380

Monochromatic Colors of #afaa80

#afaa80

Complementary Color

#afaa80 #8085af

#afaa80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa80 Color CSS Codes

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

#afaa80 Text Font Color

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

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


#afaa80 Background Color

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

This div background color is #afaa80


#afaa80 Border Color

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

This div border color is #afaa80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa80


Comments

No comments written yet.

Please login to write comment.