Color Hex Logo

#51b3dc Color Hex

#51B3DC
(81,179,220)
0 Favorites   0 Comments

Color spaces of #51b3dc

RGB 81179220
HSL0.550.670.59
HSV198°63°86°
CMYK 0.630.190.00   0.14
XYZ32.431739.156873.5588
Yxy39.15680.22340.2698
Hunter Lab62.5754-16.9936-25.8940
CIE-Lab68.8647-16.4034-29.1726

#51b3dc color RGB value is (81,179,220).

#51b3dc hex color red value is 81, green value is 179 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #51b3dc hue: 0.55 , saturation: 0.67 and the lightness value of 51b3dc is 0.59.

The process color (four color CMYK) of #51b3dc color hex is 0.63, 0.19, 0.00, 0.14. Web safe color of #51b3dc is #66cccc. Color #51b3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10110011 11011100
Octal 121 263 334
Decimal 81 179 220
Hex 51 B3 DC

RGB Percentages of Color #51b3dc

%16.88
%37.29
%45.83

CMYK Percentages of Color #51b3dc

%63
%19
%0
%14

Triadic Colors of #51b3dc

#51b3dc #dc51b3 #b3dc51

Analogous Colors of #51b3dc

#51b3dc #516edc #51dcc0

Monochromatic Colors of #51b3dc

#51b3dc

Complementary Color

#51b3dc #dc7a51

#51b3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51b3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#51b3dc Color CSS Codes

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

#51b3dc Text Font Color

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

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


#51b3dc Background Color

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

This div background color is #51b3dc


#51b3dc Border Color

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

This div border color is #51b3dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,179,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #51b3dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51b3dc


Comments

No comments written yet.

Please login to write comment.