Hex #aae4f6 Color

#aae4f6
equivalent to

RGB

(170, 228, 246)

Details of #aae4f6

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
170
60.9555
0.54
0.31
87.3326
70.6867
194°
84.0754
228
70.6867
0.81
0.07
-14.2160
0.2659
31°
-17.7171
246
97.6200
0.82
0.00   0.04
-14.6919
0.3083
96°
-9.9649

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10101010
252
170
AA
Green
11100100
344
228
E4
Blue
11110110
366
246
F6

RGB in % of #aae4f6

%26.40
%35.40
%38.20

CMYK in % of #aae4f6

%31
%7
%0
%4

Triads of color #aae4f6

#aae4f6 #e4f6aa #f6aaf6

Similar Colors to #aae4f6

#aae4f6 #aaf6e2 #aabef6

Preview Color #aae4f6 on black ground

#aae4f6 is very interesting for text.

Preview Color #aae4f6 on white ground

#aae4f6 is very interesting for text.

CSS Codes #aae4f6 color

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

Text Font Color #aae4f6

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

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


Background Color #aae4f6

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

This div background color is #aae4f6


Border Color #aae4f6

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

The color of this border is #aae4f6


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #aae4f6