Hex #a1c5f1 Color

#a1c5f1
equivalent to

RGB

(161, 197, 241)

Details of #a1c5f1

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
161
50.5414
0.59
0.33
78.3803
53.8604
213°
73.3897
197
53.8604
0.74
0.18
-1.7327
0.2587
33°
-5.5037
241
90.9514
0.79
0.00   0.05
-25.6315
0.2757
95°
-22.0791

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10100001
241
161
A1
Green
11000101
305
197
C5
Blue
11110001
361
241
F1

RGB in % of #a1c5f1

%26.88
%32.89
%40.23

CMYK in % of #a1c5f1

%33
%18
%0
%5

Triads of color #a1c5f1

#a1c5f1 #c5f1a1 #f1a1f1

Similar Colors to #a1c5f1

#a1c5f1 #a1edf1 #a5a1f1

Preview Color #a1c5f1 on black ground

#a1c5f1 is very interesting for text.

Preview Color #a1c5f1 on white ground

#a1c5f1 is very interesting for text.

CSS Codes #a1c5f1 color

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

Text Font Color #a1c5f1

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

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

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

This div background color is #a1c5f1


Border Color #a1c5f1

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

The color of this border is #a1c5f1


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #a1c5f1