Color Hex Logo

#51bade Color Hex

#51BADE
(81,186,222)
0 Favorites   0 Comments

Color spaces of #51bade

RGB 81186222
HSL0.540.680.59
HSV195°64°87°
CMYK 0.640.160.00   0.13
XYZ34.137142.141175.4421
Yxy42.14110.22500.2778
Hunter Lab64.9162-19.7365-23.4623
CIE-Lab70.9681-19.4499-27.0311

#51bade color RGB value is (81,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111010 11011110
Octal 121 272 336
Decimal 81 186 222
Hex 51 BA DE

RGB Percentages of Color #51bade

%16.56
%38.04
%45.40

CMYK Percentages of Color #51bade

%64
%16
%0
%13

Triadic Colors of #51bade

#51bade #de51ba #bade51

Analogous Colors of #51bade

#51bade #5174de #51debc

Monochromatic Colors of #51bade

#51bade

Complementary Color

#51bade #de7551

#51bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bade Color CSS Codes

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

#51bade Text Font Color

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

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


#51bade Background Color

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

This div background color is #51bade


#51bade Border Color

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

This div border color is #51bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bade


Comments

No comments written yet.

Please login to write comment.