Color Hex Logo

#af9aab Color Hex

#AF9AAB
(175,154,171)
0 Favorites   0 Comments

Color spaces of #af9aab

RGB 175154171
HSL0.870.120.65
HSV311°12°69°
CMYK 0.000.120.02   0.31
XYZ36.585535.165443.3874
Yxy35.16540.31780.3054
Hunter Lab59.30046.3502-1.8695
CIE-Lab65.877210.7950-6.0064

#af9aab color RGB value is (175,154,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011010 10101011
Octal 257 232 253
Decimal 175 154 171
Hex AF 9A AB

RGB Percentages of Color #af9aab

%35.00
%30.80
%34.20

CMYK Percentages of Color #af9aab

%0
%12
%2
%31

Triadic Colors of #af9aab

#af9aab #abaf9a #9aabaf

Analogous Colors of #af9aab

#af9aab #af9aa1 #a99aaf

Monochromatic Colors of #af9aab

#af9aab

Complementary Color

#af9aab #9aaf9e

#af9aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9aab Color CSS Codes

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

#af9aab Text Font Color

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

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


#af9aab Background Color

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

This div background color is #af9aab


#af9aab Border Color

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

This div border color is #af9aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9aab


Comments

No comments written yet.

Please login to write comment.