Hex #51a7d0 Color

#51a7d0
equivalent to

RGB

(81, 167, 208)

Details of #51a7d0

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
81
28.5972
0.55
0.61
64.9156
33.9408
199°
58.2588
167
33.9408
0.57
0.20
-13.7326
0.2247
61°
-14.3330
208
64.7185
0.57
0.00   0.18
-28.6491
0.2667
82°
-25.0596

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1010001
121
81
51
Green
10100111
247
167
A7
Blue
11010000
320
208
D0

RGB in % of #51a7d0

%17.76
%36.62
%45.61

CMYK in % of #51a7d0

%61
%20
%0
%18

Triads of color #51a7d0

#51a7d0 #a7d051 #d051d0

Similar Colors to #51a7d0

#51a7d0 #51d0ba #5168d0

Preview Color #51a7d0 on black ground

#51a7d0 is very interesting for text.

Preview Color #51a7d0 on white ground

#51a7d0 is very interesting for text.

CSS Codes #51a7d0 color

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

Text Font Color #51a7d0

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

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

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

This div background color is #51a7d0


Border Color #51a7d0

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

The color of this border is #51a7d0


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #51a7d0