Color Hex Logo

#aee7ef Color Hex

#AEE7EF
(174,231,239)
0 Favorites   0 Comments

Color spaces of #aee7ef

RGB 174231239
HSL0.520.670.81
HSV187°27°94°
CMYK 0.270.030.00   0.06
XYZ61.611572.382592.3853
Yxy72.38250.27220.3197
Hunter Lab85.0779-19.6207-4.8279
CIE-Lab88.1524-16.2085-9.7678

#aee7ef color RGB value is (174,231,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100111 11101111
Octal 256 347 357
Decimal 174 231 239
Hex AE E7 EF

RGB Percentages of Color #aee7ef

%27.02
%35.87
%37.11

CMYK Percentages of Color #aee7ef

%27
%3
%0
%6

Triadic Colors of #aee7ef

#aee7ef #efaee7 #e7efae

Analogous Colors of #aee7ef

#aee7ef #aec7ef #aeefd7

Monochromatic Colors of #aee7ef

#aee7ef

Complementary Color

#aee7ef #efb6ae

#aee7ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee7ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee7ef Color CSS Codes

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

#aee7ef Text Font Color

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

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


#aee7ef Background Color

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

This div background color is #aee7ef


#aee7ef Border Color

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

This div border color is #aee7ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee7ef


Comments

No comments written yet.

Please login to write comment.