Color Hex Logo

#aaaebe Color Hex

#AAAEBE
(170,174,190)
0 Favorites   0 Comments

Color spaces of #aaaebe

RGB 170174190
HSL0.630.130.71
HSV228°11°75°
CMYK 0.110.080.00   0.25
XYZ41.007942.535954.7641
Yxy42.53590.29650.3075
Hunter Lab65.2196-1.8993-4.1314
CIE-Lab71.23881.7860-8.6412

#aaaebe color RGB value is (170,174,190).

#aaaebe hex color red value is 170, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aaaebe hue: 0.63 , saturation: 0.13 and the lightness value of aaaebe is 0.71.

The process color (four color CMYK) of #aaaebe color hex is 0.11, 0.08, 0.00, 0.25. Web safe color of #aaaebe is #9999cc. Color #aaaebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 10111110
Octal 252 256 276
Decimal 170 174 190
Hex AA AE BE

RGB Percentages of Color #aaaebe

%31.84
%32.58
%35.58

CMYK Percentages of Color #aaaebe

%11
%8
%0
%25

Triadic Colors of #aaaebe

#aaaebe #beaaae #aebeaa

Analogous Colors of #aaaebe

#aaaebe #b0aabe #aab8be

Monochromatic Colors of #aaaebe

#aaaebe

Complementary Color

#aaaebe #bebaaa

#aaaebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaebe Color CSS Codes

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

#aaaebe Text Font Color

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

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


#aaaebe Background Color

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

This div background color is #aaaebe


#aaaebe Border Color

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

This div border color is #aaaebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaebe


Comments

No comments written yet.

Please login to write comment.