Color Hex Logo

#af9baa Color Hex

#AF9BAA
(175,155,170)
0 Favorites   0 Comments

Color spaces of #af9baa

RGB 175155170
HSL0.880.110.65
HSV315°11°69°
CMYK 0.000.110.03   0.31
XYZ36.656235.458942.9425
Yxy35.45890.31860.3082
Hunter Lab59.54745.6732-1.0737
CIE-Lab66.104410.0500-5.1099

#af9baa color RGB value is (175,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011011 10101010
Octal 257 233 252
Decimal 175 155 170
Hex AF 9B AA

RGB Percentages of Color #af9baa

%35.00
%31.00
%34.00

CMYK Percentages of Color #af9baa

%0
%11
%3
%31

Triadic Colors of #af9baa

#af9baa #aaaf9b #9baaaf

Analogous Colors of #af9baa

#af9baa #af9ba0 #aa9baf

Monochromatic Colors of #af9baa

#af9baa

Complementary Color

#af9baa #9bafa0

#af9baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9baa Color CSS Codes

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

#af9baa Text Font Color

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

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


#af9baa Background Color

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

This div background color is #af9baa


#af9baa Border Color

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

This div border color is #af9baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9baa


Comments

No comments written yet.

Please login to write comment.