Color Hex Logo

#af9cad Color Hex

#AF9CAD
(175,156,173)
0 Favorites   0 Comments

Color spaces of #af9cad

RGB 175156173
HSL0.850.110.65
HSV306°11°69°
CMYK 0.000.110.01   0.31
XYZ37.110535.908044.5102
Yxy35.90800.31580.3055
Hunter Lab59.92335.6793-2.0935
CIE-Lab66.449610.0596-6.2783

#af9cad color RGB value is (175,156,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011100 10101101
Octal 257 234 255
Decimal 175 156 173
Hex AF 9C AD

RGB Percentages of Color #af9cad

%34.72
%30.95
%34.33

CMYK Percentages of Color #af9cad

%0
%11
%1
%31

Triadic Colors of #af9cad

#af9cad #adaf9c #9cadaf

Analogous Colors of #af9cad

#af9cad #af9ca4 #a89caf

Monochromatic Colors of #af9cad

#af9cad

Complementary Color

#af9cad #9caf9e

#af9cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9cad Color CSS Codes

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

#af9cad Text Font Color

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

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


#af9cad Background Color

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

This div background color is #af9cad


#af9cad Border Color

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

This div border color is #af9cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9cad


Comments

No comments written yet.

Please login to write comment.