Color Hex Logo

#51bada Color Hex

#51BADA
(81,186,218)
0 Favorites   0 Comments

Color spaces of #51bada

RGB 81186218
HSL0.540.650.59
HSV194°63°85°
CMYK 0.630.150.00   0.15
XYZ33.607141.929172.6515
Yxy41.92910.22680.2829
Hunter Lab64.7527-20.6744-21.1956
CIE-Lab70.8220-20.6692-25.0734

#51bada color RGB value is (81,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111010 11011010
Octal 121 272 332
Decimal 81 186 218
Hex 51 BA DA

RGB Percentages of Color #51bada

%16.70
%38.35
%44.95

CMYK Percentages of Color #51bada

%63
%15
%0
%15

Triadic Colors of #51bada

#51bada #da51ba #bada51

Analogous Colors of #51bada

#51bada #5176da #51dab6

Monochromatic Colors of #51bada

#51bada

Complementary Color

#51bada #da7151

#51bada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bada Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bada Color CSS Codes

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

#51bada Text Font Color

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

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


#51bada Background Color

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

This div background color is #51bada


#51bada Border Color

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

This div border color is #51bada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bada


Comments

No comments written yet.

Please login to write comment.