Color Hex Logo

#a8aeab Color Hex

#A8AEAB
(168,174,171)
0 Favorites   0 Comments

Color spaces of #a8aeab

RGB 168174171
HSL0.420.040.67
HSV150°68°
CMYK 0.030.000.02   0.32
XYZ38.635241.537244.5093
Yxy41.53720.30990.3331
Hunter Lab64.4494-5.78174.1684
CIE-Lab70.5507-2.67970.7935

#a8aeab color RGB value is (168,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101110 10101011
Octal 250 256 253
Decimal 168 174 171
Hex A8 AE AB

RGB Percentages of Color #a8aeab

%32.75
%33.92
%33.33

CMYK Percentages of Color #a8aeab

%3
%0
%2
%32

Triadic Colors of #a8aeab

#a8aeab #aba8ae #aeaba8

Analogous Colors of #a8aeab

#a8aeab #a8aeae #a8aea8

Monochromatic Colors of #a8aeab

#a8aeab

Complementary Color

#a8aeab #aea8ab

#a8aeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8aeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8aeab Color CSS Codes

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

#a8aeab Text Font Color

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

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


#a8aeab Background Color

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

This div background color is #a8aeab


#a8aeab Border Color

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

This div border color is #a8aeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8aeab


Comments

No comments written yet.

Please login to write comment.