Color Hex Logo

#51bdfe Color Hex

#51BDFE
(81,189,254)
0 Favorites   0 Comments

Color spaces of #51bdfe

RGB 81189254
HSL0.560.990.66
HSV203°68°100°
CMYK 0.680.260.00   0.00
XYZ39.480345.3003100.4289
Yxy45.30030.21320.2446
Hunter Lab67.3055-13.0795-41.3548
CIE-Lab73.0892-10.9406-41.0816

#51bdfe color RGB value is (81,189,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111101 11111110
Octal 121 275 376
Decimal 81 189 254
Hex 51 BD FE

RGB Percentages of Color #51bdfe

%15.46
%36.07
%48.47

CMYK Percentages of Color #51bdfe

%68
%26
%0
%0

Triadic Colors of #51bdfe

#51bdfe #fe51bd #bdfe51

Analogous Colors of #51bdfe

#51bdfe #5167fe #51fee9

Monochromatic Colors of #51bdfe

#51bdfe

Complementary Color

#51bdfe #fe9251

#51bdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bdfe Color CSS Codes

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

#51bdfe Text Font Color

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

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


#51bdfe Background Color

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

This div background color is #51bdfe


#51bdfe Border Color

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

This div border color is #51bdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bdfe


Comments

No comments written yet.

Please login to write comment.