Color Hex Logo

#aebaee Color Hex

#AEBAEE
(174,186,238)
0 Favorites   0 Comments

Color spaces of #aebaee

RGB 174186238
HSL0.640.650.81
HSV229°27°93°
CMYK 0.270.220.00   0.07
XYZ50.447150.289587.9369
Yxy50.28950.26740.2665
Hunter Lab70.91512.8787-23.8809
CIE-Lab76.24667.2121-27.2059

#aebaee color RGB value is (174,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11101110
Octal 256 272 356
Decimal 174 186 238
Hex AE BA EE

RGB Percentages of Color #aebaee

%29.10
%31.10
%39.80

CMYK Percentages of Color #aebaee

%27
%22
%0
%7

Triadic Colors of #aebaee

#aebaee #eeaeba #baeeae

Analogous Colors of #aebaee

#aebaee #c2aeee #aedaee

Monochromatic Colors of #aebaee

#aebaee

Complementary Color

#aebaee #eee2ae

#aebaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebaee Color CSS Codes

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

#aebaee Text Font Color

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

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


#aebaee Background Color

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

This div background color is #aebaee


#aebaee Border Color

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

This div border color is #aebaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebaee


Comments

No comments written yet.

Please login to write comment.