Color Hex Logo

#af988f Color Hex

#AF988F
(175,152,143)
0 Favorites   0 Comments

Color spaces of #af988f

RGB 175152143
HSL0.050.170.62
HSV17°18°69°
CMYK 0.000.130.18   0.31
XYZ33.865433.553630.6782
Yxy33.55360.34520.3420
Hunter Lab57.92552.98829.1470
CIE-Lab64.60677.02457.8618

#af988f color RGB value is (175,152,143).

#af988f hex color red value is 175, green value is 152 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #af988f hue: 0.05 , saturation: 0.17 and the lightness value of af988f is 0.62.

The process color (four color CMYK) of #af988f color hex is 0.00, 0.13, 0.18, 0.31. Web safe color of #af988f is #999999. Color #af988f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 10001111
Octal 257 230 217
Decimal 175 152 143
Hex AF 98 8F

RGB Percentages of Color #af988f

%37.23
%32.34
%30.43

CMYK Percentages of Color #af988f

%0
%13
%18
%31

Triadic Colors of #af988f

#af988f #8faf98 #988faf

Analogous Colors of #af988f

#af988f #afa88f #af8f96

Monochromatic Colors of #af988f

#af988f

Complementary Color

#af988f #8fa6af

#af988f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af988f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af988f Color CSS Codes

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

#af988f Text Font Color

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

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


#af988f Background Color

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

This div background color is #af988f


#af988f Border Color

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

This div border color is #af988f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af988f


Comments

No comments written yet.

Please login to write comment.