Color Hex Logo

#afad7c Color Hex

#AFAD7C
(175,173,124)
0 Favorites   0 Comments

Color spaces of #afad7c

RGB 175173124
HSL0.160.240.59
HSV58°29°69°
CMYK 0.000.010.29   0.31
XYZ36.260940.456324.9665
Yxy40.45630.35660.3979
Hunter Lab63.6053-9.547721.2510
CIE-Lab69.7933-7.163425.5060

#afad7c color RGB value is (175,173,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 01111100
Octal 257 255 174
Decimal 175 173 124
Hex AF AD 7C

RGB Percentages of Color #afad7c

%37.08
%36.65
%26.27

CMYK Percentages of Color #afad7c

%0
%1
%29
%31

Triadic Colors of #afad7c

#afad7c #7cafad #ad7caf

Analogous Colors of #afad7c

#afad7c #98af7c #af947c

Monochromatic Colors of #afad7c

#afad7c

Complementary Color

#afad7c #7c7eaf

#afad7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afad7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afad7c Color CSS Codes

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

#afad7c Text Font Color

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

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


#afad7c Background Color

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

This div background color is #afad7c


#afad7c Border Color

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

This div border color is #afad7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afad7c


Comments

No comments written yet.

Please login to write comment.