Color Hex Logo

#51afcc Color Hex

#51AFCC
(81,175,204)
0 Favorites   0 Comments

Color spaces of #51afcc

RGB 81175204
HSL0.540.550.56
HSV194°60°80°
CMYK 0.600.140.00   0.20
XYZ29.622436.768962.6626
Yxy36.76890.22950.2849
Hunter Lab60.6374-18.9151-18.8241
CIE-Lab67.1033-19.2057-23.0774

#51afcc color RGB value is (81,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101111 11001100
Octal 121 257 314
Decimal 81 175 204
Hex 51 AF CC

RGB Percentages of Color #51afcc

%17.61
%38.04
%44.35

CMYK Percentages of Color #51afcc

%60
%14
%0
%20

Triadic Colors of #51afcc

#51afcc #cc51af #afcc51

Analogous Colors of #51afcc

#51afcc #5172cc #51ccac

Monochromatic Colors of #51afcc

#51afcc

Complementary Color

#51afcc #cc6e51

#51afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#51afcc Color CSS Codes

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

#51afcc Text Font Color

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

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


#51afcc Background Color

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

This div background color is #51afcc


#51afcc Border Color

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

This div border color is #51afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51afcc


Comments

No comments written yet.

Please login to write comment.