Color Hex Logo

#aee3ff Color Hex

#AEE3FF
(174,227,255)
2 Favorites   0 Comments

Color spaces of #aee3ff

RGB 174227255
HSL0.561.000.84
HSV201°32°100°
CMYK 0.320.110.00   0.00
XYZ62.974671.1568105.0233
Yxy71.15680.26330.2975
Hunter Lab84.3545-14.3617-14.7693
CIE-Lab87.5611-10.4921-19.0546

#aee3ff color RGB value is (174,227,255).

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

The process color (four color CMYK) of #aee3ff color hex is 0.32, 0.11, 0.00, 0.00. Web safe color of #aee3ff is #99ccff. Color #aee3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100011 11111111
Octal 256 343 377
Decimal 174 227 255
Hex AE E3 FF

RGB Percentages of Color #aee3ff

%26.52
%34.60
%38.87

CMYK Percentages of Color #aee3ff

%32
%11
%0
%0

Triadic Colors of #aee3ff

#aee3ff #ffaee3 #e3ffae

Analogous Colors of #aee3ff

#aee3ff #aebbff #aefff3

Monochromatic Colors of #aee3ff

#aee3ff

Complementary Color

#aee3ff #ffcaae

#aee3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee3ff Color CSS Codes

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

#aee3ff Text Font Color

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

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


#aee3ff Background Color

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

This div background color is #aee3ff


#aee3ff Border Color

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

This div border color is #aee3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee3ff

#aee3ff Color Palettes


Comments

No comments written yet.

Please login to write comment.