Hex #7db2d2 Color

#7db2d2
equivalent to

RGB

(125, 178, 210)

Details of #7db2d2

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
125
36.0107
0.56
0.40
70.0734
40.8539
203°
63.9171
178
40.8539
0.49
0.15
-9.2069
0.2504
40°
-11.2881
210
66.9604
0.66
0.00   0.18
-21.6760
0.2841
82°
-17.3492

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1111101
175
125
7D
Green
10110010
262
178
B2
Blue
11010010
322
210
D2

RGB in % of #7db2d2

%24.37
%34.70
%40.94

CMYK in % of #7db2d2

%40
%15
%0
%18

Triads of color #7db2d2

#7db2d2 #b2d27d #d27dd2

Similar Colors to #7db2d2

#7db2d2 #7dd2c8 #7d88d2

Preview Color #7db2d2 on black ground

#7db2d2 is very interesting for text.

Preview Color #7db2d2 on white ground

#7db2d2 is very interesting for text.

CSS Codes #7db2d2 color

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

Text Font Color #7db2d2

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

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

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

This div background color is #7db2d2


Border Color #7db2d2

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

The color of this border is #7db2d2


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #7db2d2