Color Hex Logo

#51bbef Color Hex

#51BBEF
(81,187,239)
0 Favorites   0 Comments

Color spaces of #51bbef

RGB 81187239
HSL0.550.830.63
HSV200°66°94°
CMYK 0.660.220.00   0.06
XYZ36.743743.522088.1253
Yxy43.52200.21820.2585
Hunter Lab65.9712-16.0312-33.0206
CIE-Lab71.9078-14.6755-34.8194

#51bbef color RGB value is (81,187,239).

#51bbef hex color red value is 81, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #51bbef hue: 0.55 , saturation: 0.83 and the lightness value of 51bbef is 0.63.

The process color (four color CMYK) of #51bbef color hex is 0.66, 0.22, 0.00, 0.06. Web safe color of #51bbef is #66ccff. Color #51bbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111011 11101111
Octal 121 273 357
Decimal 81 187 239
Hex 51 BB EF

RGB Percentages of Color #51bbef

%15.98
%36.88
%47.14

CMYK Percentages of Color #51bbef

%66
%22
%0
%6

Triadic Colors of #51bbef

#51bbef #ef51bb #bbef51

Analogous Colors of #51bbef

#51bbef #516cef #51efd4

Monochromatic Colors of #51bbef

#51bbef

Complementary Color

#51bbef #ef8551

#51bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bbef Color CSS Codes

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

#51bbef Text Font Color

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

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


#51bbef Background Color

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

This div background color is #51bbef


#51bbef Border Color

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

This div border color is #51bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bbef


Comments

No comments written yet.

Please login to write comment.