Color Hex Logo

#aeaeeb Color Hex

#AEAEEB
(174,174,235)
0 Favorites   0 Comments

Color spaces of #aeaeeb

RGB 174174235
HSL0.670.600.80
HSV240°26°92°
CMYK 0.260.260.00   0.08
XYZ47.587045.268984.8269
Yxy45.26890.26780.2548
Hunter Lab67.28228.5048-27.6532
CIE-Lab73.068613.1106-30.4631

#aeaeeb color RGB value is (174,174,235).

#aeaeeb hex color red value is 174, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aeaeeb hue: 0.67 , saturation: 0.60 and the lightness value of aeaeeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11101011
Octal 256 256 353
Decimal 174 174 235
Hex AE AE EB

RGB Percentages of Color #aeaeeb

%29.85
%29.85
%40.31

CMYK Percentages of Color #aeaeeb

%26
%26
%0
%8

Triadic Colors of #aeaeeb

#aeaeeb #ebaeae #aeebae

Analogous Colors of #aeaeeb

#aeaeeb #cdaeeb #aecdeb

Monochromatic Colors of #aeaeeb

#aeaeeb

Complementary Color

#aeaeeb #ebebae

#aeaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaeeb Color CSS Codes

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

#aeaeeb Text Font Color

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

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


#aeaeeb Background Color

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

This div background color is #aeaeeb


#aeaeeb Border Color

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

This div border color is #aeaeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,174,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 #aeaeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaeeb


Comments

No comments written yet.

Please login to write comment.