Color Hex Logo

#51b6bc Color Hex

#51B6BC
(81,182,188)
0 Favorites   0 Comments

Color spaces of #51b6bc

RGB 81182188
HSL0.510.440.53
HSV183°57°74°
CMYK 0.570.030.00   0.26
XYZ29.198438.836153.5341
Yxy38.83610.24020.3195
Hunter Lab62.3186-25.4242-7.3094
CIE-Lab68.6324-27.4218-11.9353

#51b6bc color RGB value is (81,182,188).

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

The process color (four color CMYK) of #51b6bc color hex is 0.57, 0.03, 0.00, 0.26. Web safe color of #51b6bc is #66cccc. Color #51b6bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10110110 10111100
Octal 121 266 274
Decimal 81 182 188
Hex 51 B6 BC

RGB Percentages of Color #51b6bc

%17.96
%40.35
%41.69

CMYK Percentages of Color #51b6bc

%57
%3
%0
%26

Triadic Colors of #51b6bc

#51b6bc #bc51b6 #b6bc51

Analogous Colors of #51b6bc

#51b6bc #5181bc #51bc8d

Monochromatic Colors of #51b6bc

#51b6bc

Complementary Color

#51b6bc #bc5751

#51b6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51b6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#51b6bc Color CSS Codes

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

#51b6bc Text Font Color

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

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


#51b6bc Background Color

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

This div background color is #51b6bc


#51b6bc Border Color

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

This div border color is #51b6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51b6bc


Comments

No comments written yet.

Please login to write comment.