Color Hex Logo

#51cdfe Color Hex

#51CDFE
(81,205,254)
0 Favorites   0 Comments

Color spaces of #51cdfe

RGB 81205254
HSL0.550.990.66
HSV197°68°100°
CMYK 0.680.190.00   0.00
XYZ43.114152.5677101.6402
Yxy52.56770.21850.2664
Hunter Lab72.5036-20.7366-32.3640
CIE-Lab77.6191-19.3544-34.0511

#51cdfe color RGB value is (81,205,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001101 11111110
Octal 121 315 376
Decimal 81 205 254
Hex 51 CD FE

RGB Percentages of Color #51cdfe

%15.00
%37.96
%47.04

CMYK Percentages of Color #51cdfe

%68
%19
%0
%0

Triadic Colors of #51cdfe

#51cdfe #fe51cd #cdfe51

Analogous Colors of #51cdfe

#51cdfe #5177fe #51fed9

Monochromatic Colors of #51cdfe

#51cdfe

Complementary Color

#51cdfe #fe8251

#51cdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cdfe Color CSS Codes

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

#51cdfe Text Font Color

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

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


#51cdfe Background Color

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

This div background color is #51cdfe


#51cdfe Border Color

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

This div border color is #51cdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cdfe

Related Colors

#51cdfe Color Palettes


Comments

No comments written yet.

Please login to write comment.