Color Hex Logo

#51dcfe Color Hex

#51DCFE
(81,220,254)
0 Favorites   0 Comments

Color spaces of #51dcfe

RGB 81220254
HSL0.530.990.66
HSV192°68°100°
CMYK 0.680.130.00   0.00
XYZ46.875960.0915102.8941
Yxy60.09150.22340.2863
Hunter Lab77.5187-27.7180-24.4352
CIE-Lab81.8879-26.8912-27.4915

#51dcfe color RGB value is (81,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011100 11111110
Octal 121 334 376
Decimal 81 220 254
Hex 51 DC FE

RGB Percentages of Color #51dcfe

%14.59
%39.64
%45.77

CMYK Percentages of Color #51dcfe

%68
%13
%0
%0

Triadic Colors of #51dcfe

#51dcfe #fe51dc #dcfe51

Analogous Colors of #51dcfe

#51dcfe #5186fe #51feca

Monochromatic Colors of #51dcfe

#51dcfe

Complementary Color

#51dcfe #fe7351

#51dcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51dcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#51dcfe Color CSS Codes

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

#51dcfe Text Font Color

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

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


#51dcfe Background Color

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

This div background color is #51dcfe


#51dcfe Border Color

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

This div border color is #51dcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51dcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.