Color Hex Logo

#aeaee1 Color Hex

#AEAEE1
(174,174,225)
0 Favorites   0 Comments

Color spaces of #aeaee1

RGB 174174225
HSL0.670.460.78
HSV240°23°88°
CMYK 0.230.230.00   0.12
XYZ46.182244.707077.4294
Yxy44.70700.27440.2656
Hunter Lab66.86336.2784-21.8550
CIE-Lab72.698510.7597-25.5881

#aeaee1 color RGB value is (174,174,225).

#aeaee1 hex color red value is 174, green value is 174 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #aeaee1 hue: 0.67 , saturation: 0.46 and the lightness value of aeaee1 is 0.78.

The process color (four color CMYK) of #aeaee1 color hex is 0.23, 0.23, 0.00, 0.12. Web safe color of #aeaee1 is #9999cc. Color #aeaee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11100001
Octal 256 256 341
Decimal 174 174 225
Hex AE AE E1

RGB Percentages of Color #aeaee1

%30.37
%30.37
%39.27

CMYK Percentages of Color #aeaee1

%23
%23
%0
%12

Triadic Colors of #aeaee1

#aeaee1 #e1aeae #aee1ae

Analogous Colors of #aeaee1

#aeaee1 #c8aee1 #aec8e1

Monochromatic Colors of #aeaee1

#aeaee1

Complementary Color

#aeaee1 #e1e1ae

#aeaee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaee1 Color CSS Codes

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

#aeaee1 Text Font Color

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

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


#aeaee1 Background Color

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

This div background color is #aeaee1


#aeaee1 Border Color

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

This div border color is #aeaee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaee1


Comments

No comments written yet.

Please login to write comment.