Color Hex Logo

#aee0ee Color Hex

#AEE0EE
(174,224,238)
0 Favorites   0 Comments

Color spaces of #aee0ee

RGB 174224238
HSL0.540.650.81
HSV193°27°93°
CMYK 0.270.060.00   0.07
XYZ59.543868.483090.9692
Yxy68.48300.27190.3127
Hunter Lab82.7545-16.3853-7.2474
CIE-Lab86.2474-12.8934-12.0798

#aee0ee color RGB value is (174,224,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 11101110
Octal 256 340 356
Decimal 174 224 238
Hex AE E0 EE

RGB Percentages of Color #aee0ee

%27.36
%35.22
%37.42

CMYK Percentages of Color #aee0ee

%27
%6
%0
%7

Triadic Colors of #aee0ee

#aee0ee #eeaee0 #e0eeae

Analogous Colors of #aee0ee

#aee0ee #aec0ee #aeeedc

Monochromatic Colors of #aee0ee

#aee0ee

Complementary Color

#aee0ee #eebcae

#aee0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee0ee Color CSS Codes

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

#aee0ee Text Font Color

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

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


#aee0ee Background Color

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

This div background color is #aee0ee


#aee0ee Border Color

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

This div border color is #aee0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee0ee


Comments

No comments written yet.

Please login to write comment.