Color Hex Logo

#afac7e Color Hex

#AFAC7E
(175,172,126)
0 Favorites   0 Comments

Color spaces of #afac7e

RGB 175172126
HSL0.160.230.59
HSV56°28°69°
CMYK 0.000.020.28   0.31
XYZ36.197640.125425.5758
Yxy40.12540.35520.3938
Hunter Lab63.3446-8.851220.4025
CIE-Lab69.5588-6.363624.1138

#afac7e color RGB value is (175,172,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 01111110
Octal 257 254 176
Decimal 175 172 126
Hex AF AC 7E

RGB Percentages of Color #afac7e

%37.00
%36.36
%26.64

CMYK Percentages of Color #afac7e

%0
%2
%28
%31

Triadic Colors of #afac7e

#afac7e #7eafac #ac7eaf

Analogous Colors of #afac7e

#afac7e #9aaf7e #af947e

Monochromatic Colors of #afac7e

#afac7e

Complementary Color

#afac7e #7e81af

#afac7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac7e Color CSS Codes

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

#afac7e Text Font Color

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

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


#afac7e Background Color

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

This div background color is #afac7e


#afac7e Border Color

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

This div border color is #afac7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,172,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 #afac7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac7e


Comments

No comments written yet.

Please login to write comment.