Color Hex Logo

#51bdfb Color Hex

#51BDFB
(81,189,251)
0 Favorites   0 Comments

Color spaces of #51bdfb

RGB 81189251
HSL0.560.960.65
HSV202°68°98°
CMYK 0.680.250.00   0.02
XYZ39.003545.109697.9181
Yxy45.10960.21430.2478
Hunter Lab67.1637-13.8774-39.4245
CIE-Lab72.9640-11.9089-39.6613

#51bdfb color RGB value is (81,189,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111101 11111011
Octal 121 275 373
Decimal 81 189 251
Hex 51 BD FB

RGB Percentages of Color #51bdfb

%15.55
%36.28
%48.18

CMYK Percentages of Color #51bdfb

%68
%25
%0
%2

Triadic Colors of #51bdfb

#51bdfb #fb51bd #bdfb51

Analogous Colors of #51bdfb

#51bdfb #5168fb #51fbe4

Monochromatic Colors of #51bdfb

#51bdfb

Complementary Color

#51bdfb #fb8f51

#51bdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bdfb Color CSS Codes

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

#51bdfb Text Font Color

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

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


#51bdfb Background Color

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

This div background color is #51bdfb


#51bdfb Border Color

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

This div border color is #51bdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.