Hex #a5dae0 Color

#a5dae0
equivalent to

RGB

(165, 218, 224)

Details of #a5dae0

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
165
54.0430
0.52
0.26
83.7173
63.5240
186°
79.7019
218
63.5240
0.49
0.03
-15.5903
0.2736
26°
-18.4435
224
79.9340
0.76
0.00   0.12
-8.4946
0.3216
88°
-3.6507

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10100101
245
165
A5
Green
11011010
332
218
DA
Blue
11100000
340
224
E0

RGB in % of #a5dae0

%27.18
%35.91
%36.90

CMYK in % of #a5dae0

%26
%3
%0
%12

Triads of color #a5dae0

#a5dae0 #dae0a5 #e0a5e0

Similar Colors to #a5dae0

#a5dae0 #a5e0c9 #a5bde0

Preview Color #a5dae0 on black ground

#a5dae0 is very interesting for text.

Preview Color #a5dae0 on white ground

#a5dae0 is very interesting for text.

CSS Codes #a5dae0 color

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

Text Font Color #a5dae0

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

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

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

This div background color is #a5dae0


Border Color #a5dae0

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

The color of this border is #a5dae0


Examples Css3

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

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 #a5dae0">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #a5dae0