Color Hex Logo

#51ebfb Color Hex

#51EBFB
(81,235,251)
0 Favorites   0 Comments

Color spaces of #51ebfb

RGB 81235251
HSL0.520.960.65
HSV186°68°98°
CMYK 0.680.060.00   0.02
XYZ50.514368.1310101.7550
Yxy68.13100.22920.3091
Hunter Lab82.5415-35.2080-15.3121
CIE-Lab86.0719-34.9586-19.5508

#51ebfb color RGB value is (81,235,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11101011 11111011
Octal 121 353 373
Decimal 81 235 251
Hex 51 EB FB

RGB Percentages of Color #51ebfb

%14.29
%41.45
%44.27

CMYK Percentages of Color #51ebfb

%68
%6
%0
%2

Triadic Colors of #51ebfb

#51ebfb #fb51eb #ebfb51

Analogous Colors of #51ebfb

#51ebfb #5196fb #51fbb6

Monochromatic Colors of #51ebfb

#51ebfb

Complementary Color

#51ebfb #fb6151

#51ebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51ebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51ebfb Color CSS Codes

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

#51ebfb Text Font Color

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

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


#51ebfb Background Color

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

This div background color is #51ebfb


#51ebfb Border Color

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

This div border color is #51ebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51ebfb


Comments

No comments written yet.

Please login to write comment.