Color Hex Logo

#aaaeb8 Color Hex

#AAAEB8
(170,174,184)
0 Favorites   0 Comments

Color spaces of #aaaeb8

RGB 170174184
HSL0.620.090.69
HSV223°72°
CMYK 0.080.050.00   0.28
XYZ40.365342.278851.3806
Yxy42.27880.30120.3155
Hunter Lab65.0222-2.9772-1.3355
CIE-Lab71.06270.5612-5.5994

#aaaeb8 color RGB value is (170,174,184).

#aaaeb8 hex color red value is 170, green value is 174 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #aaaeb8 hue: 0.62 , saturation: 0.09 and the lightness value of aaaeb8 is 0.69.

The process color (four color CMYK) of #aaaeb8 color hex is 0.08, 0.05, 0.00, 0.28. Web safe color of #aaaeb8 is #9999cc. Color #aaaeb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 10111000
Octal 252 256 270
Decimal 170 174 184
Hex AA AE B8

RGB Percentages of Color #aaaeb8

%32.20
%32.95
%34.85

CMYK Percentages of Color #aaaeb8

%8
%5
%0
%28

Triadic Colors of #aaaeb8

#aaaeb8 #b8aaae #aeb8aa

Analogous Colors of #aaaeb8

#aaaeb8 #adaab8 #aab5b8

Monochromatic Colors of #aaaeb8

#aaaeb8

Complementary Color

#aaaeb8 #b8b4aa

#aaaeb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaeb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaeb8 Color CSS Codes

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

#aaaeb8 Text Font Color

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

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


#aaaeb8 Background Color

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

This div background color is #aaaeb8


#aaaeb8 Border Color

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

This div border color is #aaaeb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaeb8


Comments

No comments written yet.

Please login to write comment.