Color Hex Logo

#aeaee8 Color Hex

#AEAEE8
(174,174,232)
0 Favorites   0 Comments

Color spaces of #aeaee8

RGB 174174232
HSL0.670.560.80
HSV240°25°91°
CMYK 0.250.250.00   0.09
XYZ47.157145.097082.5631
Yxy45.09700.26980.2580
Hunter Lab67.15437.8263-25.8863
CIE-Lab72.955712.3979-29.0059

#aeaee8 color RGB value is (174,174,232).

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

The process color (four color CMYK) of #aeaee8 color hex is 0.25, 0.25, 0.00, 0.09. Web safe color of #aeaee8 is #9999ff. Color #aeaee8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11101000
Octal 256 256 350
Decimal 174 174 232
Hex AE AE E8

RGB Percentages of Color #aeaee8

%30.00
%30.00
%40.00

CMYK Percentages of Color #aeaee8

%25
%25
%0
%9

Triadic Colors of #aeaee8

#aeaee8 #e8aeae #aee8ae

Analogous Colors of #aeaee8

#aeaee8 #cbaee8 #aecbe8

Monochromatic Colors of #aeaee8

#aeaee8

Complementary Color

#aeaee8 #e8e8ae

#aeaee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaee8 Color CSS Codes

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

#aeaee8 Text Font Color

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

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


#aeaee8 Background Color

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

This div background color is #aeaee8


#aeaee8 Border Color

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

This div border color is #aeaee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaee8


Comments

No comments written yet.

Please login to write comment.