Color Hex Logo

#aeeaed Color Hex

#AEEAED
(174,234,237)
0 Favorites   0 Comments

Color spaces of #aeeaed

RGB 174234237
HSL0.510.640.81
HSV183°27°93°
CMYK 0.270.010.00   0.07
XYZ62.164473.958791.1198
Yxy73.95870.27360.3255
Hunter Lab85.9992-21.4703-2.6208
CIE-Lab88.9030-18.1532-7.6051

#aeeaed color RGB value is (174,234,237).

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

The process color (four color CMYK) of #aeeaed color hex is 0.27, 0.01, 0.00, 0.07. Web safe color of #aeeaed is #99ffff. Color #aeeaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 11101101
Octal 256 352 355
Decimal 174 234 237
Hex AE EA ED

RGB Percentages of Color #aeeaed

%26.98
%36.28
%36.74

CMYK Percentages of Color #aeeaed

%27
%1
%0
%7

Triadic Colors of #aeeaed

#aeeaed #edaeea #eaedae

Analogous Colors of #aeeaed

#aeeaed #aecbed #aeedd1

Monochromatic Colors of #aeeaed

#aeeaed

Complementary Color

#aeeaed #edb1ae

#aeeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeaed Color CSS Codes

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

#aeeaed Text Font Color

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

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


#aeeaed Background Color

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

This div background color is #aeeaed


#aeeaed Border Color

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

This div border color is #aeeaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeaed


Comments

No comments written yet.

Please login to write comment.