Color Hex Logo

#aee0ef Color Hex

#AEE0EF
(174,224,239)
0 Favorites   0 Comments

Color spaces of #aee0ef

RGB 174224239
HSL0.540.670.81
HSV194°27°94°
CMYK 0.270.060.00   0.06
XYZ59.691268.542091.7452
Yxy68.54200.27140.3116
Hunter Lab82.7901-16.1852-7.7501
CIE-Lab86.2767-12.6671-12.5633

#aee0ef color RGB value is (174,224,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 11101111
Octal 256 340 357
Decimal 174 224 239
Hex AE E0 EF

RGB Percentages of Color #aee0ef

%27.32
%35.16
%37.52

CMYK Percentages of Color #aee0ef

%27
%6
%0
%6

Triadic Colors of #aee0ef

#aee0ef #efaee0 #e0efae

Analogous Colors of #aee0ef

#aee0ef #aec0ef #aeefde

Monochromatic Colors of #aee0ef

#aee0ef

Complementary Color

#aee0ef #efbdae

#aee0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee0ef Color CSS Codes

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

#aee0ef Text Font Color

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

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


#aee0ef Background Color

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

This div background color is #aee0ef


#aee0ef Border Color

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

This div border color is #aee0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee0ef


Comments

No comments written yet.

Please login to write comment.