Color Hex Logo

#51badd Color Hex

#51BADD
(81,186,221)
0 Favorites   0 Comments

Color spaces of #51badd

RGB 81186221
HSL0.540.670.59
HSV195°63°87°
CMYK 0.630.160.00   0.13
XYZ34.003442.087674.7382
Yxy42.08760.22540.2790
Hunter Lab64.8750-19.9726-22.8917
CIE-Lab70.9313-19.7558-26.5424

#51badd color RGB value is (81,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111010 11011101
Octal 121 272 335
Decimal 81 186 221
Hex 51 BA DD

RGB Percentages of Color #51badd

%16.60
%38.11
%45.29

CMYK Percentages of Color #51badd

%63
%16
%0
%13

Triadic Colors of #51badd

#51badd #dd51ba #badd51

Analogous Colors of #51badd

#51badd #5174dd #51ddba

Monochromatic Colors of #51badd

#51badd

Complementary Color

#51badd #dd7451

#51badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#51badd Color CSS Codes

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

#51badd Text Font Color

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

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


#51badd Background Color

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

This div background color is #51badd


#51badd Border Color

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

This div border color is #51badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51badd


Comments

No comments written yet.

Please login to write comment.