Hex #53abdf Color

#53abdf
equivalent to

RGB

(83, 171, 223)

Details of #53abdf

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
83
31.4495
0.56
0.63
66.7428
36.2925
202°
60.2433
171
36.2925
0.69
0.23
-10.8210
0.2201
63°
-12.2411
223
75.1596
0.60
0.00   0.13
-34.0949
0.2540
87°
-31.7737

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1010011
123
83
53
Green
10101011
253
171
AB
Blue
11011111
337
223
DF

RGB in % of #53abdf

%17.40
%35.85
%46.75

CMYK in % of #53abdf

%63
%23
%0
%13

Triads of color #53abdf

#53abdf #abdf53 #df53df

Similar Colors to #53abdf

#53abdf #53dfcd #5365df

Preview Color #53abdf on black ground

#53abdf is very interesting for text.

Preview Color #53abdf on white ground

#53abdf is very interesting for text.

CSS Codes #53abdf color

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

Text Font Color #53abdf

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

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

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

This div background color is #53abdf


Border Color #53abdf

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

The color of this border is #53abdf


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #53abdf