Color Hex Logo

#aebae0 Color Hex

#AEBAE0
(174,186,224)
0 Favorites   0 Comments

Color spaces of #aebae0

RGB 174186224
HSL0.630.450.78
HSV226°22°88°
CMYK 0.220.170.00   0.12
XYZ48.469049.498377.5205
Yxy49.49830.27620.2821
Hunter Lab70.3550-0.1490-16.0800
CIE-Lab75.76033.9464-20.3792

#aebae0 color RGB value is (174,186,224).

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

The process color (four color CMYK) of #aebae0 color hex is 0.22, 0.17, 0.00, 0.12. Web safe color of #aebae0 is #99cccc. Color #aebae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11100000
Octal 256 272 340
Decimal 174 186 224
Hex AE BA E0

RGB Percentages of Color #aebae0

%29.79
%31.85
%38.36

CMYK Percentages of Color #aebae0

%22
%17
%0
%12

Triadic Colors of #aebae0

#aebae0 #e0aeba #bae0ae

Analogous Colors of #aebae0

#aebae0 #bbaee0 #aed3e0

Monochromatic Colors of #aebae0

#aebae0

Complementary Color

#aebae0 #e0d4ae

#aebae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebae0 Color CSS Codes

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

#aebae0 Text Font Color

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

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


#aebae0 Background Color

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

This div background color is #aebae0


#aebae0 Border Color

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

This div border color is #aebae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebae0


Comments

No comments written yet.

Please login to write comment.