Color Hex Logo

#a79dae Color Hex

#A79DAE
(167,157,174)
0 Favorites   0 Comments

Color spaces of #a79dae

RGB 167157174
HSL0.760.090.65
HSV275°10°68°
CMYK 0.040.100.00   0.32
XYZ35.633335.385444.9964
Yxy35.38540.30710.3050
Hunter Lab59.48562.8259-3.2085
CIE-Lab66.04766.8774-7.5099

#a79dae color RGB value is (167,157,174).

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

The process color (four color CMYK) of #a79dae color hex is 0.04, 0.10, 0.00, 0.32. Web safe color of #a79dae is #999999. Color #a79dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011101 10101110
Octal 247 235 256
Decimal 167 157 174
Hex A7 9D AE

RGB Percentages of Color #a79dae

%33.53
%31.53
%34.94

CMYK Percentages of Color #a79dae

%4
%10
%0
%32

Triadic Colors of #a79dae

#a79dae #aea79d #9daea7

Analogous Colors of #a79dae

#a79dae #ae9dad #9f9dae

Monochromatic Colors of #a79dae

#a79dae

Complementary Color

#a79dae #a4ae9d

#a79dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79dae Color CSS Codes

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

#a79dae Text Font Color

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

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


#a79dae Background Color

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

This div background color is #a79dae


#a79dae Border Color

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

This div border color is #a79dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79dae


Comments

No comments written yet.

Please login to write comment.