Color Hex Logo

#aeeefa Color Hex

#AEEEFA
(174,238,250)
0 Favorites   0 Comments

Color spaces of #aeeefa

RGB 174238250
HSL0.530.880.83
HSV189°30°98°
CMYK 0.300.050.00   0.02
XYZ65.285477.0499101.8737
Yxy77.04990.26730.3155
Hunter Lab87.7781-20.8513-7.3663
CIE-Lab90.3446-17.2220-12.2601

#aeeefa color RGB value is (174,238,250).

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

The process color (four color CMYK) of #aeeefa color hex is 0.30, 0.05, 0.00, 0.02. Web safe color of #aeeefa is #99ffff. Color #aeeefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101110 11111010
Octal 256 356 372
Decimal 174 238 250
Hex AE EE FA

RGB Percentages of Color #aeeefa

%26.28
%35.95
%37.76

CMYK Percentages of Color #aeeefa

%30
%5
%0
%2

Triadic Colors of #aeeefa

#aeeefa #faaeee #eefaae

Analogous Colors of #aeeefa

#aeeefa #aec8fa #aefae0

Monochromatic Colors of #aeeefa

#aeeefa

Complementary Color

#aeeefa #fabaae

#aeeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeefa Color CSS Codes

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

#aeeefa Text Font Color

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

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


#aeeefa Background Color

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

This div background color is #aeeefa


#aeeefa Border Color

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

This div border color is #aeeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeefa


Comments

No comments written yet.

Please login to write comment.