Color Hex Logo

#51befb Color Hex

#51BEFB
(81,190,251)
0 Favorites   0 Comments

Color spaces of #51befb

RGB 81190251
HSL0.560.960.65
HSV202°68°98°
CMYK 0.680.240.00   0.02
XYZ39.219445.541397.9901
Yxy45.54130.21460.2492
Hunter Lab67.4843-14.3599-38.8526
CIE-Lab73.2469-12.4439-39.2209

#51befb color RGB value is (81,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111110 11111011
Octal 121 276 373
Decimal 81 190 251
Hex 51 BE FB

RGB Percentages of Color #51befb

%15.52
%36.40
%48.08

CMYK Percentages of Color #51befb

%68
%24
%0
%2

Triadic Colors of #51befb

#51befb #fb51be #befb51

Analogous Colors of #51befb

#51befb #5169fb #51fbe3

Monochromatic Colors of #51befb

#51befb

Complementary Color

#51befb #fb8e51

#51befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51befb Color CSS Codes

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

#51befb Text Font Color

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

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


#51befb Background Color

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

This div background color is #51befb


#51befb Border Color

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

This div border color is #51befb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51befb

Related Colors


Comments

No comments written yet.

Please login to write comment.