Color Hex Logo

#51bcde Color Hex

#51BCDE
(81,188,222)
0 Favorites   0 Comments

Color spaces of #51bcde

RGB 81188222
HSL0.540.680.59
HSV194°64°87°
CMYK 0.640.150.00   0.13
XYZ34.561442.989775.5835
Yxy42.98970.22570.2807
Hunter Lab65.5665-20.6506-22.4515
CIE-Lab71.5480-20.4830-26.1418

#51bcde color RGB value is (81,188,222).

#51bcde hex color red value is 81, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #51bcde hue: 0.54 , saturation: 0.68 and the lightness value of 51bcde is 0.59.

The process color (four color CMYK) of #51bcde color hex is 0.64, 0.15, 0.00, 0.13. Web safe color of #51bcde is #66cccc. Color #51bcde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111100 11011110
Octal 121 274 336
Decimal 81 188 222
Hex 51 BC DE

RGB Percentages of Color #51bcde

%16.50
%38.29
%45.21

CMYK Percentages of Color #51bcde

%64
%15
%0
%13

Triadic Colors of #51bcde

#51bcde #de51bc #bcde51

Analogous Colors of #51bcde

#51bcde #5176de #51deba

Monochromatic Colors of #51bcde

#51bcde

Complementary Color

#51bcde #de7351

#51bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bcde Color CSS Codes

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

#51bcde Text Font Color

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

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


#51bcde Background Color

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

This div background color is #51bcde


#51bcde Border Color

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

This div border color is #51bcde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,188,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #51bcde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bcde


Comments

No comments written yet.

Please login to write comment.