Color Hex Logo

#51b6bf Color Hex

#51B6BF
(81,182,191)
0 Favorites   0 Comments

Color spaces of #51b6bf

RGB 81182191
HSL0.510.460.53
HSV185°58°75°
CMYK 0.580.050.00   0.25
XYZ29.525338.966855.2554
Yxy38.96680.23860.3149
Hunter Lab62.4234-24.8132-8.7854
CIE-Lab68.7272-26.5762-13.4459

#51b6bf color RGB value is (81,182,191).

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

The process color (four color CMYK) of #51b6bf color hex is 0.58, 0.05, 0.00, 0.25. Web safe color of #51b6bf is #66cccc. Color #51b6bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10110110 10111111
Octal 121 266 277
Decimal 81 182 191
Hex 51 B6 BF

RGB Percentages of Color #51b6bf

%17.84
%40.09
%42.07

CMYK Percentages of Color #51b6bf

%58
%5
%0
%25

Triadic Colors of #51b6bf

#51b6bf #bf51b6 #b6bf51

Analogous Colors of #51b6bf

#51b6bf #517fbf #51bf91

Monochromatic Colors of #51b6bf

#51b6bf

Complementary Color

#51b6bf #bf5a51

#51b6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51b6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#51b6bf Color CSS Codes

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

#51b6bf Text Font Color

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

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


#51b6bf Background Color

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

This div background color is #51b6bf


#51b6bf Border Color

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

This div border color is #51b6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51b6bf


Comments

No comments written yet.

Please login to write comment.