Color Hex Logo

#aeeeef Color Hex

#AEEEEF
(174,238,239)
0 Favorites   0 Comments

Color spaces of #aeeeef

RGB 174238239
HSL0.500.670.81
HSV181°27°94°
CMYK 0.270.000.00   0.06
XYZ63.610176.379793.0515
Yxy76.37970.27300.3278
Hunter Lab87.3955-23.0223-1.9503
CIE-Lab90.0353-19.6954-6.9753

#aeeeef color RGB value is (174,238,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101110 11101111
Octal 256 356 357
Decimal 174 238 239
Hex AE EE EF

RGB Percentages of Color #aeeeef

%26.73
%36.56
%36.71

CMYK Percentages of Color #aeeeef

%27
%0
%0
%6

Triadic Colors of #aeeeef

#aeeeef #efaeee #eeefae

Analogous Colors of #aeeeef

#aeeeef #aeceef #aeefd0

Monochromatic Colors of #aeeeef

#aeeeef

Complementary Color

#aeeeef #efafae

#aeeeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeeef Color CSS Codes

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

#aeeeef Text Font Color

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

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


#aeeeef Background Color

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

This div background color is #aeeeef


#aeeeef Border Color

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

This div border color is #aeeeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeeef


Comments

No comments written yet.

Please login to write comment.