Color Hex Logo

#51dbfe Color Hex

#51DBFE
(81,219,254)
0 Favorites   0 Comments

Color spaces of #51dbfe

RGB 81219254
HSL0.530.990.66
HSV192°68°100°
CMYK 0.680.140.00   0.00
XYZ46.614259.5681102.8069
Yxy59.56810.22300.2850
Hunter Lab77.1804-27.2580-24.9500
CIE-Lab81.6029-26.3991-27.9275

#51dbfe color RGB value is (81,219,254).

#51dbfe hex color red value is 81, green value is 219 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #51dbfe hue: 0.53 , saturation: 0.99 and the lightness value of 51dbfe is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011011 11111110
Octal 121 333 376
Decimal 81 219 254
Hex 51 DB FE

RGB Percentages of Color #51dbfe

%14.62
%39.53
%45.85

CMYK Percentages of Color #51dbfe

%68
%14
%0
%0

Triadic Colors of #51dbfe

#51dbfe #fe51db #dbfe51

Analogous Colors of #51dbfe

#51dbfe #5185fe #51fecb

Monochromatic Colors of #51dbfe

#51dbfe

Complementary Color

#51dbfe #fe7451

#51dbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51dbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#51dbfe Color CSS Codes

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

#51dbfe Text Font Color

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

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


#51dbfe Background Color

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

This div background color is #51dbfe


#51dbfe Border Color

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

This div border color is #51dbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51dbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.