Color Hex Logo

#aeeeff Color Hex

#AEEEFF
(174,238,255)
0 Favorites   0 Comments

Color spaces of #aeeeff

RGB 174238255
HSL0.531.000.84
HSV193°32°100°
CMYK 0.320.070.00   0.00
XYZ66.080177.3677106.0584
Yxy77.36770.26480.3101
Hunter Lab87.9589-19.8280-9.9190
CIE-Lab90.4906-16.0686-14.6509

#aeeeff color RGB value is (174,238,255).

#aeeeff hex color red value is 174, green value is 238 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aeeeff hue: 0.53 , saturation: 1.00 and the lightness value of aeeeff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101110 11111111
Octal 256 356 377
Decimal 174 238 255
Hex AE EE FF

RGB Percentages of Color #aeeeff

%26.09
%35.68
%38.23

CMYK Percentages of Color #aeeeff

%32
%7
%0
%0

Triadic Colors of #aeeeff

#aeeeff #ffaeee #eeffae

Analogous Colors of #aeeeff

#aeeeff #aec6ff #aeffe8

Monochromatic Colors of #aeeeff

#aeeeff

Complementary Color

#aeeeff #ffbfae

#aeeeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeeff Color CSS Codes

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

#aeeeff Text Font Color

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

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


#aeeeff Background Color

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

This div background color is #aeeeff


#aeeeff Border Color

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

This div border color is #aeeeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeeff

Related Colors


Comments

No comments written yet.

Please login to write comment.