Color Hex Logo

#af999c Color Hex

#AF999C
(175,153,156)
0 Favorites   0 Comments

Color spaces of #af999c

RGB 175153156
HSL0.980.120.64
HSV352°13°69°
CMYK 0.000.130.11   0.31
XYZ35.071234.296736.2240
Yxy34.29670.33210.3248
Hunter Lab58.56344.41044.3209
CIE-Lab65.19748.63641.4129

#af999c color RGB value is (175,153,156).

#af999c hex color red value is 175, green value is 153 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #af999c hue: 0.98 , saturation: 0.12 and the lightness value of af999c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011001 10011100
Octal 257 231 234
Decimal 175 153 156
Hex AF 99 9C

RGB Percentages of Color #af999c

%36.16
%31.61
%32.23

CMYK Percentages of Color #af999c

%0
%13
%11
%31

Triadic Colors of #af999c

#af999c #9caf99 #999caf

Analogous Colors of #af999c

#af999c #afa199 #af99a7

Monochromatic Colors of #af999c

#af999c

Complementary Color

#af999c #99afac

#af999c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af999c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af999c Color CSS Codes

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

#af999c Text Font Color

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

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


#af999c Background Color

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

This div background color is #af999c


#af999c Border Color

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

This div border color is #af999c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af999c


Comments

No comments written yet.

Please login to write comment.