Color Hex Logo

#aeeaff Color Hex

#AEEAFF
(174,234,255)
0 Favorites   0 Comments

Color spaces of #aeeaff

RGB 174234255
HSL0.541.000.84
HSV196°32°100°
CMYK 0.320.080.00   0.00
XYZ64.928475.0643105.6745
Yxy75.06430.26430.3056
Hunter Lab86.6397-17.8502-11.6683
CIE-Lab89.4231-14.0558-16.2519

#aeeaff color RGB value is (174,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 11111111
Octal 256 352 377
Decimal 174 234 255
Hex AE EA FF

RGB Percentages of Color #aeeaff

%26.24
%35.29
%38.46

CMYK Percentages of Color #aeeaff

%32
%8
%0
%0

Triadic Colors of #aeeaff

#aeeaff #ffaeea #eaffae

Analogous Colors of #aeeaff

#aeeaff #aec2ff #aeffec

Monochromatic Colors of #aeeaff

#aeeaff

Complementary Color

#aeeaff #ffc3ae

#aeeaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeaff Color CSS Codes

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

#aeeaff Text Font Color

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

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


#aeeaff Background Color

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

This div background color is #aeeaff


#aeeaff Border Color

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

This div border color is #aeeaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeaff

Related Colors


Comments

No comments written yet.

Please login to write comment.