Color Hex Logo

#51bbfa Color Hex

#51BBFA
(81,187,250)
0 Favorites   0 Comments

Color spaces of #51bbfa

RGB 81187250
HSL0.560.940.65
HSV202°68°98°
CMYK 0.680.250.00   0.02
XYZ38.419044.192196.9475
Yxy44.19210.21400.2461
Hunter Lab66.4771-13.1748-39.9321
CIE-Lab72.3567-11.1566-40.0684

#51bbfa color RGB value is (81,187,250).

#51bbfa hex color red value is 81, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #51bbfa hue: 0.56 , saturation: 0.94 and the lightness value of 51bbfa is 0.65.

The process color (four color CMYK) of #51bbfa color hex is 0.68, 0.25, 0.00, 0.02. Web safe color of #51bbfa is #66ccff. Color #51bbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111011 11111010
Octal 121 273 372
Decimal 81 187 250
Hex 51 BB FA

RGB Percentages of Color #51bbfa

%15.64
%36.10
%48.26

CMYK Percentages of Color #51bbfa

%68
%25
%0
%2

Triadic Colors of #51bbfa

#51bbfa #fa51bb #bbfa51

Analogous Colors of #51bbfa

#51bbfa #5167fa #51fae5

Monochromatic Colors of #51bbfa

#51bbfa

Complementary Color

#51bbfa #fa9051

#51bbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bbfa Color CSS Codes

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

#51bbfa Text Font Color

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

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


#51bbfa Background Color

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

This div background color is #51bbfa


#51bbfa Border Color

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

This div border color is #51bbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bbfa


Comments

No comments written yet.

Please login to write comment.