Color Hex Logo

#aeafe0 Color Hex

#AEAFE0
(174,175,224)
0 Favorites   0 Comments

Color spaces of #aeafe0

RGB 174175224
HSL0.660.450.78
HSV239°22°88°
CMYK 0.220.220.00   0.12
XYZ46.240145.040476.7776
Yxy45.04040.27510.2680
Hunter Lab67.11215.5398-20.8504
CIE-Lab72.91859.9759-24.7065

#aeafe0 color RGB value is (174,175,224).

#aeafe0 hex color red value is 174, green value is 175 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #aeafe0 hue: 0.66 , saturation: 0.45 and the lightness value of aeafe0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 11100000
Octal 256 257 340
Decimal 174 175 224
Hex AE AF E0

RGB Percentages of Color #aeafe0

%30.37
%30.54
%39.09

CMYK Percentages of Color #aeafe0

%22
%22
%0
%12

Triadic Colors of #aeafe0

#aeafe0 #e0aeaf #afe0ae

Analogous Colors of #aeafe0

#aeafe0 #c6aee0 #aec8e0

Monochromatic Colors of #aeafe0

#aeafe0

Complementary Color

#aeafe0 #e0dfae

#aeafe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeafe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeafe0 Color CSS Codes

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

#aeafe0 Text Font Color

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

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


#aeafe0 Background Color

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

This div background color is #aeafe0


#aeafe0 Border Color

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

This div border color is #aeafe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeafe0


Comments

No comments written yet.

Please login to write comment.