Color Hex Logo

#af988c Color Hex

#AF988C
(175,152,140)
0 Favorites   0 Comments

Color spaces of #af988c

RGB 175152140
HSL0.060.180.62
HSV21°20°69°
CMYK 0.000.130.20   0.31
XYZ33.641133.463929.4970
Yxy33.46390.34820.3464
Hunter Lab57.84802.571510.2613
CIE-Lab64.53486.55019.4427

#af988c color RGB value is (175,152,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 10001100
Octal 257 230 214
Decimal 175 152 140
Hex AF 98 8C

RGB Percentages of Color #af988c

%37.47
%32.55
%29.98

CMYK Percentages of Color #af988c

%0
%13
%20
%31

Triadic Colors of #af988c

#af988c #8caf98 #988caf

Analogous Colors of #af988c

#af988c #afaa8c #af8c92

Monochromatic Colors of #af988c

#af988c

Complementary Color

#af988c #8ca3af

#af988c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af988c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af988c Color CSS Codes

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

#af988c Text Font Color

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

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


#af988c Background Color

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

This div background color is #af988c


#af988c Border Color

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

This div border color is #af988c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af988c


Comments

No comments written yet.

Please login to write comment.