Color Hex Logo

#51bafb Color Hex

#51BAFB
(81,186,251)
0 Favorites   0 Comments

Color spaces of #51bafb

RGB 81186251
HSL0.560.960.65
HSV203°68°98°
CMYK 0.680.260.00   0.02
XYZ38.364843.832297.7052
Yxy43.83220.21330.2436
Hunter Lab66.2059-12.4236-41.1548
CIE-Lab72.1162-10.2938-40.9831

#51bafb color RGB value is (81,186,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111010 11111011
Octal 121 272 373
Decimal 81 186 251
Hex 51 BA FB

RGB Percentages of Color #51bafb

%15.64
%35.91
%48.46

CMYK Percentages of Color #51bafb

%68
%26
%0
%2

Triadic Colors of #51bafb

#51bafb #fb51ba #bafb51

Analogous Colors of #51bafb

#51bafb #5165fb #51fbe7

Monochromatic Colors of #51bafb

#51bafb

Complementary Color

#51bafb #fb9251

#51bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bafb Color CSS Codes

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

#51bafb Text Font Color

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

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


#51bafb Background Color

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

This div background color is #51bafb


#51bafb Border Color

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

This div border color is #51bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bafb

Related Colors


Comments

No comments written yet.

Please login to write comment.