Color Hex Logo

#51bafa Color Hex

#51BAFA
(81,186,250)
0 Favorites   0 Comments

Color spaces of #51bafa

RGB 81186250
HSL0.560.940.65
HSV203°68°98°
CMYK 0.680.260.00   0.02
XYZ38.207643.769396.8770
Yxy43.76930.21360.2447
Hunter Lab66.1584-12.6903-40.5087
CIE-Lab72.0740-10.6175-40.5092

#51bafa color RGB value is (81,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111010 11111010
Octal 121 272 372
Decimal 81 186 250
Hex 51 BA FA

RGB Percentages of Color #51bafa

%15.67
%35.98
%48.36

CMYK Percentages of Color #51bafa

%68
%26
%0
%2

Triadic Colors of #51bafa

#51bafa #fa51ba #bafa51

Analogous Colors of #51bafa

#51bafa #5166fa #51fae6

Monochromatic Colors of #51bafa

#51bafa

Complementary Color

#51bafa #fa9151

#51bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bafa Color CSS Codes

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

#51bafa Text Font Color

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

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


#51bafa Background Color

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

This div background color is #51bafa


#51bafa Border Color

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

This div border color is #51bafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,186,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 #51bafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bafa


Comments

No comments written yet.

Please login to write comment.