Color Hex Logo

#af9fae Color Hex

#AF9FAE
(175,159,174)
0 Favorites   0 Comments

Color spaces of #af9fae

RGB 175159174
HSL0.840.090.65
HSV304°69°
CMYK 0.000.090.01   0.31
XYZ37.717336.966245.1917
Yxy36.96620.31460.3084
Hunter Lab60.79984.3331-1.5096
CIE-Lab67.25178.5833-5.6491

#af9fae color RGB value is (175,159,174).

#af9fae hex color red value is 175, green value is 159 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #af9fae hue: 0.84 , saturation: 0.09 and the lightness value of af9fae is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011111 10101110
Octal 257 237 256
Decimal 175 159 174
Hex AF 9F AE

RGB Percentages of Color #af9fae

%34.45
%31.30
%34.25

CMYK Percentages of Color #af9fae

%0
%9
%1
%31

Triadic Colors of #af9fae

#af9fae #aeaf9f #9faeaf

Analogous Colors of #af9fae

#af9fae #af9fa6 #a89faf

Monochromatic Colors of #af9fae

#af9fae

Complementary Color

#af9fae #9fafa0

#af9fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9fae Color CSS Codes

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

#af9fae Text Font Color

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

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


#af9fae Background Color

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

This div background color is #af9fae


#af9fae Border Color

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

This div border color is #af9fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9fae


Comments

No comments written yet.

Please login to write comment.