Color Hex Logo

#aeaaeb Color Hex

#AEAAEB
(174,170,235)
0 Favorites   0 Comments

Color spaces of #aeaaeb

RGB 174170235
HSL0.680.620.79
HSV244°28°92°
CMYK 0.260.280.00   0.08
XYZ46.825743.746384.5732
Yxy43.74630.26740.2498
Hunter Lab66.141010.6256-29.5143
CIE-Lab72.058615.3354-32.0208

#aeaaeb color RGB value is (174,170,235).

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

The process color (four color CMYK) of #aeaaeb color hex is 0.26, 0.28, 0.00, 0.08. Web safe color of #aeaaeb is #9999ff. Color #aeaaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11101011
Octal 256 252 353
Decimal 174 170 235
Hex AE AA EB

RGB Percentages of Color #aeaaeb

%30.05
%29.36
%40.59

CMYK Percentages of Color #aeaaeb

%26
%28
%0
%8

Triadic Colors of #aeaaeb

#aeaaeb #ebaeaa #aaebae

Analogous Colors of #aeaaeb

#aeaaeb #cfaaeb #aac7eb

Monochromatic Colors of #aeaaeb

#aeaaeb

Complementary Color

#aeaaeb #e7ebaa

#aeaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaaeb Color CSS Codes

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

#aeaaeb Text Font Color

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

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


#aeaaeb Background Color

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

This div background color is #aeaaeb


#aeaaeb Border Color

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

This div border color is #aeaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaaeb


Comments

No comments written yet.

Please login to write comment.