Color Hex Logo

#af9daa Color Hex

#AF9DAA
(175,157,170)
0 Favorites   0 Comments

Color spaces of #af9daa

RGB 175157170
HSL0.880.100.65
HSV317°10°69°
CMYK 0.000.100.03   0.31
XYZ36.991936.130243.0544
Yxy36.13020.31840.3110
Hunter Lab60.10844.6627-0.3923
CIE-Lab66.61938.9383-4.3495

#af9daa color RGB value is (175,157,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011101 10101010
Octal 257 235 252
Decimal 175 157 170
Hex AF 9D AA

RGB Percentages of Color #af9daa

%34.86
%31.27
%33.86

CMYK Percentages of Color #af9daa

%0
%10
%3
%31

Triadic Colors of #af9daa

#af9daa #aaaf9d #9daaaf

Analogous Colors of #af9daa

#af9daa #af9da1 #ab9daf

Monochromatic Colors of #af9daa

#af9daa

Complementary Color

#af9daa #9dafa2

#af9daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9daa Color CSS Codes

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

#af9daa Text Font Color

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

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


#af9daa Background Color

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

This div background color is #af9daa


#af9daa Border Color

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

This div border color is #af9daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9daa


Comments

No comments written yet.

Please login to write comment.