Color Hex Logo

#afad7e Color Hex

#AFAD7E
(175,173,126)
0 Favorites   0 Comments

Color spaces of #afad7e

RGB 175173126
HSL0.160.230.59
HSV58°28°69°
CMYK 0.000.010.28   0.31
XYZ36.388740.507525.6395
Yxy40.50750.35490.3951
Hunter Lab63.6455-9.324020.6670
CIE-Lab69.8295-6.893824.4782

#afad7e color RGB value is (175,173,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 01111110
Octal 257 255 176
Decimal 175 173 126
Hex AF AD 7E

RGB Percentages of Color #afad7e

%36.92
%36.50
%26.58

CMYK Percentages of Color #afad7e

%0
%1
%28
%31

Triadic Colors of #afad7e

#afad7e #7eafad #ad7eaf

Analogous Colors of #afad7e

#afad7e #99af7e #af957e

Monochromatic Colors of #afad7e

#afad7e

Complementary Color

#afad7e #7e80af

#afad7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afad7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afad7e Color CSS Codes

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

#afad7e Text Font Color

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

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


#afad7e Background Color

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

This div background color is #afad7e


#afad7e Border Color

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

This div border color is #afad7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afad7e


Comments

No comments written yet.

Please login to write comment.