Color Hex Logo

#aebaff Color Hex

#AEBAFF
(174,186,255)
0 Favorites   0 Comments

Color spaces of #aebaff

RGB 174186255
HSL0.641.000.84
HSV231°32°100°
CMYK 0.320.270.00   0.00
XYZ53.064551.3365101.7199
Yxy51.33650.25740.2491
Hunter Lab71.64956.8127-34.0186
CIE-Lab76.882411.3553-35.3723

#aebaff color RGB value is (174,186,255).

#aebaff hex color red value is 174, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aebaff hue: 0.64 , saturation: 1.00 and the lightness value of aebaff is 0.84.

The process color (four color CMYK) of #aebaff color hex is 0.32, 0.27, 0.00, 0.00. Web safe color of #aebaff is #99ccff. Color #aebaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11111111
Octal 256 272 377
Decimal 174 186 255
Hex AE BA FF

RGB Percentages of Color #aebaff

%28.29
%30.24
%41.46

CMYK Percentages of Color #aebaff

%32
%27
%0
%0

Triadic Colors of #aebaff

#aebaff #ffaeba #baffae

Analogous Colors of #aebaff

#aebaff #cbaeff #aee3ff

Monochromatic Colors of #aebaff

#aebaff

Complementary Color

#aebaff #fff3ae

#aebaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebaff Color CSS Codes

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

#aebaff Text Font Color

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

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


#aebaff Background Color

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

This div background color is #aebaff


#aebaff Border Color

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

This div border color is #aebaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebaff

Related Colors


Comments

No comments written yet.

Please login to write comment.