Color Hex Logo

#a09fae Color Hex

#A09FAE
(160,159,174)
0 Favorites   0 Comments

Color spaces of #a09fae

RGB 160159174
HSL0.680.080.65
HSV244°68°
CMYK 0.080.090.00   0.32
XYZ34.535335.325845.0428
Yxy35.32580.30060.3074
Hunter Lab59.4355-0.2938-3.3277
CIE-Lab66.00153.3342-7.6405

#a09fae color RGB value is (160,159,174).

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

The process color (four color CMYK) of #a09fae color hex is 0.08, 0.09, 0.00, 0.32. Web safe color of #a09fae is #999999. Color #a09fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011111 10101110
Octal 240 237 256
Decimal 160 159 174
Hex A0 9F AE

RGB Percentages of Color #a09fae

%32.45
%32.25
%35.29

CMYK Percentages of Color #a09fae

%8
%9
%0
%32

Triadic Colors of #a09fae

#a09fae #aea09f #9faea0

Analogous Colors of #a09fae

#a09fae #a89fae #9fa6ae

Monochromatic Colors of #a09fae

#a09fae

Complementary Color

#a09fae #adae9f

#a09fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09fae Color CSS Codes

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

#a09fae Text Font Color

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

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


#a09fae Background Color

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

This div background color is #a09fae


#a09fae Border Color

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

This div border color is #a09fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09fae


Comments

No comments written yet.

Please login to write comment.