Color Hex Logo

#afab8d Color Hex

#AFAB8D
(175,171,141)
0 Favorites   0 Comments

Color spaces of #afab8d

RGB 175171141
HSL0.150.180.62
HSV53°19°69°
CMYK 0.000.020.19   0.31
XYZ37.049840.162930.9988
Yxy40.16290.34240.3712
Hunter Lab63.3742-6.550315.3609
CIE-Lab69.5854-3.656315.9906

#afab8d color RGB value is (175,171,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 10001101
Octal 257 253 215
Decimal 175 171 141
Hex AF AB 8D

RGB Percentages of Color #afab8d

%35.93
%35.11
%28.95

CMYK Percentages of Color #afab8d

%0
%2
%19
%31

Triadic Colors of #afab8d

#afab8d #8dafab #ab8daf

Analogous Colors of #afab8d

#afab8d #a2af8d #af9a8d

Monochromatic Colors of #afab8d

#afab8d

Complementary Color

#afab8d #8d91af

#afab8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab8d Color CSS Codes

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

#afab8d Text Font Color

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

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


#afab8d Background Color

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

This div background color is #afab8d


#afab8d Border Color

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

This div border color is #afab8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab8d

#afab8d Color Palettes


Comments

No comments written yet.

Please login to write comment.