Color Hex Logo

#51dafe Color Hex

#51DAFE
(81,218,254)
0 Favorites   0 Comments

Color spaces of #51dafe

RGB 81218254
HSL0.530.990.66
HSV192°68°100°
CMYK 0.680.140.00   0.00
XYZ46.354159.0479102.7202
Yxy59.04790.22270.2837
Hunter Lab76.8426-26.7973-25.4667
CIE-Lab81.3179-25.9057-28.3636

#51dafe color RGB value is (81,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011010 11111110
Octal 121 332 376
Decimal 81 218 254
Hex 51 DA FE

RGB Percentages of Color #51dafe

%14.65
%39.42
%45.93

CMYK Percentages of Color #51dafe

%68
%14
%0
%0

Triadic Colors of #51dafe

#51dafe #fe51da #dafe51

Analogous Colors of #51dafe

#51dafe #5184fe #51fecc

Monochromatic Colors of #51dafe

#51dafe

Complementary Color

#51dafe #fe7551

#51dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#51dafe Color CSS Codes

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

#51dafe Text Font Color

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

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


#51dafe Background Color

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

This div background color is #51dafe


#51dafe Border Color

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

This div border color is #51dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51dafe


Comments

No comments written yet.

Please login to write comment.