Color Hex Logo

#aeaee3 Color Hex

#AEAEE3
(174,174,227)
0 Favorites   0 Comments

Color spaces of #aeaee3

RGB 174174227
HSL0.670.490.79
HSV240°23°89°
CMYK 0.230.230.00   0.11
XYZ46.456744.816878.8750
Yxy44.81680.27300.2634
Hunter Lab66.94546.7156-22.9937
CIE-Lab72.771111.2242-26.5671

#aeaee3 color RGB value is (174,174,227).

#aeaee3 hex color red value is 174, green value is 174 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #aeaee3 hue: 0.67 , saturation: 0.49 and the lightness value of aeaee3 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11100011
Octal 256 256 343
Decimal 174 174 227
Hex AE AE E3

RGB Percentages of Color #aeaee3

%30.26
%30.26
%39.48

CMYK Percentages of Color #aeaee3

%23
%23
%0
%11

Triadic Colors of #aeaee3

#aeaee3 #e3aeae #aee3ae

Analogous Colors of #aeaee3

#aeaee3 #c9aee3 #aec9e3

Monochromatic Colors of #aeaee3

#aeaee3

Complementary Color

#aeaee3 #e3e3ae

#aeaee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaee3 Color CSS Codes

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

#aeaee3 Text Font Color

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

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


#aeaee3 Background Color

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

This div background color is #aeaee3


#aeaee3 Border Color

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

This div border color is #aeaee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaee3


Comments

No comments written yet.

Please login to write comment.