Color Hex Logo

#afaa7e Color Hex

#AFAA7E
(175,170,126)
0 Favorites   0 Comments

Color spaces of #afaa7e

RGB 175170126
HSL0.150.230.59
HSV54°28°69°
CMYK 0.000.030.28   0.31
XYZ35.819839.369825.4499
Yxy39.36980.35590.3912
Hunter Lab62.7454-7.903119.8734
CIE-Lab69.0183-5.299323.3848

#afaa7e color RGB value is (175,170,126).

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

The process color (four color CMYK) of #afaa7e color hex is 0.00, 0.03, 0.28, 0.31. Web safe color of #afaa7e is #999966. Color #afaa7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 01111110
Octal 257 252 176
Decimal 175 170 126
Hex AF AA 7E

RGB Percentages of Color #afaa7e

%37.15
%36.09
%26.75

CMYK Percentages of Color #afaa7e

%0
%3
%28
%31

Triadic Colors of #afaa7e

#afaa7e #7eafaa #aa7eaf

Analogous Colors of #afaa7e

#afaa7e #9caf7e #af927e

Monochromatic Colors of #afaa7e

#afaa7e

Complementary Color

#afaa7e #7e83af

#afaa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa7e Color CSS Codes

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

#afaa7e Text Font Color

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

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


#afaa7e Background Color

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

This div background color is #afaa7e


#afaa7e Border Color

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

This div border color is #afaa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa7e


Comments

No comments written yet.

Please login to write comment.