Color Hex Logo

#51a6cc Color Hex

#51A6CC
(81,166,204)
0 Favorites   0 Comments

Color spaces of #51a6cc

RGB 81166204
HSL0.550.550.56
HSV199°60°80°
CMYK 0.600.190.00   0.20
XYZ27.928633.381462.0980
Yxy33.38140.22630.2705
Hunter Lab57.7766-14.8242-23.2809
CIE-Lab64.4685-14.4376-27.1189

#51a6cc color RGB value is (81,166,204).

#51a6cc hex color red value is 81, green value is 166 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #51a6cc hue: 0.55 , saturation: 0.55 and the lightness value of 51a6cc is 0.56.

The process color (four color CMYK) of #51a6cc color hex is 0.60, 0.19, 0.00, 0.20. Web safe color of #51a6cc is #6699cc. Color #51a6cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10100110 11001100
Octal 121 246 314
Decimal 81 166 204
Hex 51 A6 CC

RGB Percentages of Color #51a6cc

%17.96
%36.81
%45.23

CMYK Percentages of Color #51a6cc

%60
%19
%0
%20

Triadic Colors of #51a6cc

#51a6cc #cc51a6 #a6cc51

Analogous Colors of #51a6cc

#51a6cc #5169cc #51ccb5

Monochromatic Colors of #51a6cc

#51a6cc

Complementary Color

#51a6cc #cc7751

#51a6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51a6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#51a6cc Color CSS Codes

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

#51a6cc Text Font Color

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

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


#51a6cc Background Color

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

This div background color is #51a6cc


#51a6cc Border Color

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

This div border color is #51a6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51a6cc


Comments

No comments written yet.

Please login to write comment.