Color Hex Logo

#aaaeb7 Color Hex

#AAAEB7
(170,174,183)
0 Favorites   0 Comments

Color spaces of #aaaeb7

RGB 170174183
HSL0.620.080.69
HSV222°72°
CMYK 0.070.050.00   0.28
XYZ40.260942.237050.8303
Yxy42.23700.30200.3168
Hunter Lab64.9900-3.1529-0.8792
CIE-Lab71.03400.3607-5.0910

#aaaeb7 color RGB value is (170,174,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 10110111
Octal 252 256 267
Decimal 170 174 183
Hex AA AE B7

RGB Percentages of Color #aaaeb7

%32.26
%33.02
%34.72

CMYK Percentages of Color #aaaeb7

%7
%5
%0
%28

Triadic Colors of #aaaeb7

#aaaeb7 #b7aaae #aeb7aa

Analogous Colors of #aaaeb7

#aaaeb7 #adaab7 #aab5b7

Monochromatic Colors of #aaaeb7

#aaaeb7

Complementary Color

#aaaeb7 #b7b3aa

#aaaeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaeb7 Color CSS Codes

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

#aaaeb7 Text Font Color

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

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


#aaaeb7 Background Color

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

This div background color is #aaaeb7


#aaaeb7 Border Color

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

This div border color is #aaaeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaeb7


Comments

No comments written yet.

Please login to write comment.