Color Hex Logo

#51bcdd Color Hex

#51BCDD
(81,188,221)
0 Favorites   0 Comments

Color spaces of #51bcdd

RGB 81188221
HSL0.540.670.59
HSV194°63°87°
CMYK 0.630.150.00   0.13
XYZ34.427742.936274.8796
Yxy42.93620.22610.2820
Hunter Lab65.5257-20.8848-21.8857
CIE-Lab71.5116-20.7872-25.6530

#51bcdd color RGB value is (81,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111100 11011101
Octal 121 274 335
Decimal 81 188 221
Hex 51 BC DD

RGB Percentages of Color #51bcdd

%16.53
%38.37
%45.10

CMYK Percentages of Color #51bcdd

%63
%15
%0
%13

Triadic Colors of #51bcdd

#51bcdd #dd51bc #bcdd51

Analogous Colors of #51bcdd

#51bcdd #5176dd #51ddb8

Monochromatic Colors of #51bcdd

#51bcdd

Complementary Color

#51bcdd #dd7251

#51bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bcdd Color CSS Codes

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

#51bcdd Text Font Color

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

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


#51bcdd Background Color

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

This div background color is #51bcdd


#51bcdd Border Color

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

This div border color is #51bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bcdd


Comments

No comments written yet.

Please login to write comment.