Color Hex Logo

#af978c Color Hex

#AF978C
(175,151,140)
0 Favorites   0 Comments

Color spaces of #af978c

RGB 175151140
HSL0.050.180.62
HSV19°20°69°
CMYK 0.000.140.20   0.31
XYZ33.479433.140629.4432
Yxy33.14060.34850.3450
Hunter Lab57.56793.06549.9735
CIE-Lab64.27467.10409.0728

#af978c color RGB value is (175,151,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010111 10001100
Octal 257 227 214
Decimal 175 151 140
Hex AF 97 8C

RGB Percentages of Color #af978c

%37.55
%32.40
%30.04

CMYK Percentages of Color #af978c

%0
%14
%20
%31

Triadic Colors of #af978c

#af978c #8caf97 #978caf

Analogous Colors of #af978c

#af978c #afa98c #af8c93

Monochromatic Colors of #af978c

#af978c

Complementary Color

#af978c #8ca4af

#af978c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af978c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af978c Color CSS Codes

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

#af978c Text Font Color

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

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


#af978c Background Color

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

This div background color is #af978c


#af978c Border Color

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

This div border color is #af978c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af978c


Comments

No comments written yet.

Please login to write comment.