Color Hex Logo

#aeeaef Color Hex

#AEEAEF
(174,234,239)
0 Favorites   0 Comments

Color spaces of #aeeaef

RGB 174234239
HSL0.510.670.81
HSV185°27°94°
CMYK 0.270.020.00   0.06
XYZ62.458474.076392.6676
Yxy74.07630.27250.3232
Hunter Lab86.0676-21.0826-3.5893
CIE-Lab88.9585-17.7096-8.5705

#aeeaef color RGB value is (174,234,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 11101111
Octal 256 352 357
Decimal 174 234 239
Hex AE EA EF

RGB Percentages of Color #aeeaef

%26.89
%36.17
%36.94

CMYK Percentages of Color #aeeaef

%27
%2
%0
%6

Triadic Colors of #aeeaef

#aeeaef #efaeea #eaefae

Analogous Colors of #aeeaef

#aeeaef #aecaef #aeefd4

Monochromatic Colors of #aeeaef

#aeeaef

Complementary Color

#aeeaef #efb3ae

#aeeaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeaef Color CSS Codes

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

#aeeaef Text Font Color

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

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


#aeeaef Background Color

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

This div background color is #aeeaef


#aeeaef Border Color

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

This div border color is #aeeaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeaef

#aeeaef Color Palettes


Comments

No comments written yet.

Please login to write comment.