Color Hex Logo

#a8aead Color Hex

#A8AEAD
(168,174,173)
0 Favorites   0 Comments

Color spaces of #a8aead

RGB 168174173
HSL0.470.040.67
HSV170°68°
CMYK 0.030.000.01   0.32
XYZ38.827341.614145.5211
Yxy41.61410.30820.3304
Hunter Lab64.5090-5.45343.3180
CIE-Lab70.6040-2.2970-0.2308

#a8aead color RGB value is (168,174,173).

#a8aead hex color red value is 168, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a8aead hue: 0.47 , saturation: 0.04 and the lightness value of a8aead is 0.67.

The process color (four color CMYK) of #a8aead color hex is 0.03, 0.00, 0.01, 0.32. Web safe color of #a8aead is #999999. Color #a8aead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101110 10101101
Octal 250 256 255
Decimal 168 174 173
Hex A8 AE AD

RGB Percentages of Color #a8aead

%32.62
%33.79
%33.59

CMYK Percentages of Color #a8aead

%3
%0
%1
%32

Triadic Colors of #a8aead

#a8aead #ada8ae #aeada8

Analogous Colors of #a8aead

#a8aead #a8acae #a8aeaa

Monochromatic Colors of #a8aead

#a8aead

Complementary Color

#a8aead #aea8a9

#a8aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8aead Color CSS Codes

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

#a8aead Text Font Color

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

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


#a8aead Background Color

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

This div background color is #a8aead


#a8aead Border Color

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

This div border color is #a8aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8aead


Comments

No comments written yet.

Please login to write comment.