Color Hex Logo

#aeeaee Color Hex

#AEEAEE
(174,234,238)
0 Favorites   0 Comments

Color spaces of #aeeaee

RGB 174234238
HSL0.510.650.81
HSV184°27°93°
CMYK 0.270.020.00   0.07
XYZ62.311074.017491.8916
Yxy74.01740.27300.3243
Hunter Lab86.0334-21.2770-3.1039
CIE-Lab88.9307-17.9319-8.0879

#aeeaee color RGB value is (174,234,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 11101110
Octal 256 352 356
Decimal 174 234 238
Hex AE EA EE

RGB Percentages of Color #aeeaee

%26.93
%36.22
%36.84

CMYK Percentages of Color #aeeaee

%27
%2
%0
%7

Triadic Colors of #aeeaee

#aeeaee #eeaeea #eaeeae

Analogous Colors of #aeeaee

#aeeaee #aecaee #aeeed2

Monochromatic Colors of #aeeaee

#aeeaee

Complementary Color

#aeeaee #eeb2ae

#aeeaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeaee Color CSS Codes

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

#aeeaee Text Font Color

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

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


#aeeaee Background Color

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

This div background color is #aeeaee


#aeeaee Border Color

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

This div border color is #aeeaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeaee


Comments

No comments written yet.

Please login to write comment.