Color Hex Logo

#afae8d Color Hex

#AFAE8D
(175,174,141)
0 Favorites   0 Comments

Color spaces of #afae8d

RGB 175174141
HSL0.160.180.62
HSV58°19°69°
CMYK 0.000.010.19   0.31
XYZ37.623041.309231.1898
Yxy41.30920.34160.3751
Hunter Lab64.2722-7.988016.2185
CIE-Lab70.3920-5.259117.1117

#afae8d color RGB value is (175,174,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 10001101
Octal 257 256 215
Decimal 175 174 141
Hex AF AE 8D

RGB Percentages of Color #afae8d

%35.71
%35.51
%28.78

CMYK Percentages of Color #afae8d

%0
%1
%19
%31

Triadic Colors of #afae8d

#afae8d #8dafae #ae8daf

Analogous Colors of #afae8d

#afae8d #9faf8d #af9d8d

Monochromatic Colors of #afae8d

#afae8d

Complementary Color

#afae8d #8d8eaf

#afae8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afae8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afae8d Color CSS Codes

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

#afae8d Text Font Color

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

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


#afae8d Background Color

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

This div background color is #afae8d


#afae8d Border Color

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

This div border color is #afae8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afae8d


Comments

No comments written yet.

Please login to write comment.