Color Hex Logo

#51bccf Color Hex

#51BCCF
(81,188,207)
0 Favorites   0 Comments

Color spaces of #51bccf

RGB 81188207
HSL0.530.570.56
HSV189°61°81°
CMYK 0.610.090.00   0.19
XYZ32.639042.220865.4606
Yxy42.22080.23260.3009
Hunter Lab64.9775-24.0480-14.2465
CIE-Lab71.0229-24.9631-18.7596

#51bccf color RGB value is (81,188,207).

#51bccf hex color red value is 81, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #51bccf hue: 0.53 , saturation: 0.57 and the lightness value of 51bccf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111100 11001111
Octal 121 274 317
Decimal 81 188 207
Hex 51 BC CF

RGB Percentages of Color #51bccf

%17.02
%39.50
%43.49

CMYK Percentages of Color #51bccf

%61
%9
%0
%19

Triadic Colors of #51bccf

#51bccf #cf51bc #bccf51

Analogous Colors of #51bccf

#51bccf #517dcf #51cfa3

Monochromatic Colors of #51bccf

#51bccf

Complementary Color

#51bccf #cf6451

#51bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bccf Color CSS Codes

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

#51bccf Text Font Color

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

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


#51bccf Background Color

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

This div background color is #51bccf


#51bccf Border Color

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

This div border color is #51bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bccf


Comments

No comments written yet.

Please login to write comment.