Color Hex Logo

#aaaebd Color Hex

#AAAEBD
(170,174,189)
0 Favorites   0 Comments

Color spaces of #aaaebd

RGB 170174189
HSL0.630.130.70
HSV227°10°74°
CMYK 0.100.080.00   0.26
XYZ40.898942.492354.1903
Yxy42.49230.29730.3089
Hunter Lab65.1861-2.0817-3.6585
CIE-Lab71.20901.5795-8.1352

#aaaebd color RGB value is (170,174,189).

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

The process color (four color CMYK) of #aaaebd color hex is 0.10, 0.08, 0.00, 0.26. Web safe color of #aaaebd is #9999cc. Color #aaaebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 10111101
Octal 252 256 275
Decimal 170 174 189
Hex AA AE BD

RGB Percentages of Color #aaaebd

%31.89
%32.65
%35.46

CMYK Percentages of Color #aaaebd

%10
%8
%0
%26

Triadic Colors of #aaaebd

#aaaebd #bdaaae #aebdaa

Analogous Colors of #aaaebd

#aaaebd #b0aabd #aab8bd

Monochromatic Colors of #aaaebd

#aaaebd

Complementary Color

#aaaebd #bdb9aa

#aaaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaebd Color CSS Codes

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

#aaaebd Text Font Color

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

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


#aaaebd Background Color

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

This div background color is #aaaebd


#aaaebd Border Color

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

This div border color is #aaaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaebd


Comments

No comments written yet.

Please login to write comment.