Color Hex Logo

#51e1fe Color Hex

#51E1FE
(81,225,254)
0 Favorites   0 Comments

Color spaces of #51e1fe

RGB 81225254
HSL0.530.990.66
HSV190°68°100°
CMYK 0.680.110.00   0.00
XYZ48.207962.7555103.3381
Yxy62.75550.22500.2928
Hunter Lab79.2184-30.0070-21.8893
CIE-Lab83.3136-29.3295-25.3154

#51e1fe color RGB value is (81,225,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11100001 11111110
Octal 121 341 376
Decimal 81 225 254
Hex 51 E1 FE

RGB Percentages of Color #51e1fe

%14.46
%40.18
%45.36

CMYK Percentages of Color #51e1fe

%68
%11
%0
%0

Triadic Colors of #51e1fe

#51e1fe #fe51e1 #e1fe51

Analogous Colors of #51e1fe

#51e1fe #518bfe #51fec5

Monochromatic Colors of #51e1fe

#51e1fe

Complementary Color

#51e1fe #fe6e51

#51e1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51e1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#51e1fe Color CSS Codes

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

#51e1fe Text Font Color

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

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


#51e1fe Background Color

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

This div background color is #51e1fe


#51e1fe Border Color

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

This div border color is #51e1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51e1fe


Comments

No comments written yet.

Please login to write comment.