Color Hex Logo

#af9cab Color Hex

#AF9CAB
(175,156,171)
0 Favorites   0 Comments

Color spaces of #af9cab

RGB 175156171
HSL0.870.110.65
HSV313°11°69°
CMYK 0.000.110.02   0.31
XYZ36.918335.831243.4984
Yxy35.83120.31760.3082
Hunter Lab59.85925.3368-1.1834
CIE-Lab66.39079.6811-5.2464

#af9cab color RGB value is (175,156,171).

#af9cab hex color red value is 175, green value is 156 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #af9cab hue: 0.87 , saturation: 0.11 and the lightness value of af9cab is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011100 10101011
Octal 257 234 253
Decimal 175 156 171
Hex AF 9C AB

RGB Percentages of Color #af9cab

%34.86
%31.08
%34.06

CMYK Percentages of Color #af9cab

%0
%11
%2
%31

Triadic Colors of #af9cab

#af9cab #abaf9c #9cabaf

Analogous Colors of #af9cab

#af9cab #af9ca2 #aa9caf

Monochromatic Colors of #af9cab

#af9cab

Complementary Color

#af9cab #9cafa0

#af9cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9cab Color CSS Codes

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

#af9cab Text Font Color

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

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


#af9cab Background Color

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

This div background color is #af9cab


#af9cab Border Color

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

This div border color is #af9cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9cab


Comments

No comments written yet.

Please login to write comment.