Color Hex Logo

#51abcc Color Hex

#51ABCC
(81,171,204)
0 Favorites   0 Comments

Color spaces of #51abcc

RGB 81171204
HSL0.540.550.56
HSV196°60°80°
CMYK 0.600.160.00   0.20
XYZ28.855335.234862.4069
Yxy35.23480.22810.2785
Hunter Lab59.3589-17.1064-20.7832
CIE-Lab65.9311-17.1049-24.8719

#51abcc color RGB value is (81,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101011 11001100
Octal 121 253 314
Decimal 81 171 204
Hex 51 AB CC

RGB Percentages of Color #51abcc

%17.76
%37.50
%44.74

CMYK Percentages of Color #51abcc

%60
%16
%0
%20

Triadic Colors of #51abcc

#51abcc #cc51ab #abcc51

Analogous Colors of #51abcc

#51abcc #516ecc #51ccb0

Monochromatic Colors of #51abcc

#51abcc

Complementary Color

#51abcc #cc7251

#51abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#51abcc Color CSS Codes

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

#51abcc Text Font Color

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

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


#51abcc Background Color

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

This div background color is #51abcc


#51abcc Border Color

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

This div border color is #51abcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,171,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 #51abcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51abcc


Comments

No comments written yet.

Please login to write comment.