Color Hex Logo

#af968c Color Hex

#AF968C
(175,150,140)
0 Favorites   0 Comments

Color spaces of #af968c

RGB 175150140
HSL0.050.180.62
HSV17°20°69°
CMYK 0.000.140.20   0.31
XYZ33.319232.820129.3897
Yxy32.82010.34880.3436
Hunter Lab57.28883.56029.6859
CIE-Lab64.01507.65898.7035

#af968c color RGB value is (175,150,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010110 10001100
Octal 257 226 214
Decimal 175 150 140
Hex AF 96 8C

RGB Percentages of Color #af968c

%37.63
%32.26
%30.11

CMYK Percentages of Color #af968c

%0
%14
%20
%31

Triadic Colors of #af968c

#af968c #8caf96 #968caf

Analogous Colors of #af968c

#af968c #afa88c #af8c94

Monochromatic Colors of #af968c

#af968c

Complementary Color

#af968c #8ca5af

#af968c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af968c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af968c Color CSS Codes

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

#af968c Text Font Color

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

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


#af968c Background Color

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

This div background color is #af968c


#af968c Border Color

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

This div border color is #af968c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af968c


Comments

No comments written yet.

Please login to write comment.