Color Hex Logo

#afad8c Color Hex

#AFAD8C
(175,173,140)
0 Favorites   0 Comments

Color spaces of #afad8c

RGB 175173140
HSL0.160.180.62
HSV57°20°69°
CMYK 0.000.010.20   0.31
XYZ37.356440.894530.7355
Yxy40.89450.34280.3752
Hunter Lab63.9488-7.637716.2678
CIE-Lab70.1019-4.878017.2548

#afad8c color RGB value is (175,173,140).

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

The process color (four color CMYK) of #afad8c color hex is 0.00, 0.01, 0.20, 0.31. Web safe color of #afad8c is #999999. Color #afad8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 10001100
Octal 257 255 214
Decimal 175 173 140
Hex AF AD 8C

RGB Percentages of Color #afad8c

%35.86
%35.45
%28.69

CMYK Percentages of Color #afad8c

%0
%1
%20
%31

Triadic Colors of #afad8c

#afad8c #8cafad #ad8caf

Analogous Colors of #afad8c

#afad8c #a0af8c #af9c8c

Monochromatic Colors of #afad8c

#afad8c

Complementary Color

#afad8c #8c8eaf

#afad8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afad8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afad8c Color CSS Codes

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

#afad8c Text Font Color

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

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


#afad8c Background Color

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

This div background color is #afad8c


#afad8c Border Color

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

This div border color is #afad8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afad8c


Comments

No comments written yet.

Please login to write comment.