Color Hex Logo

#51bdda Color Hex

#51BDDA
(81,189,218)
0 Favorites   0 Comments

Color spaces of #51bdda

RGB 81189218
HSL0.540.650.59
HSV193°63°85°
CMYK 0.630.130.00   0.15
XYZ34.245843.206572.8644
Yxy43.20650.22780.2874
Hunter Lab65.7317-22.0330-19.7116
CIE-Lab71.6949-22.2059-23.7389

#51bdda color RGB value is (81,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111101 11011010
Octal 121 275 332
Decimal 81 189 218
Hex 51 BD DA

RGB Percentages of Color #51bdda

%16.60
%38.73
%44.67

CMYK Percentages of Color #51bdda

%63
%13
%0
%15

Triadic Colors of #51bdda

#51bdda #da51bd #bdda51

Analogous Colors of #51bdda

#51bdda #5179da #51dab3

Monochromatic Colors of #51bdda

#51bdda

Complementary Color

#51bdda #da6e51

#51bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bdda Color CSS Codes

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

#51bdda Text Font Color

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

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


#51bdda Background Color

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

This div background color is #51bdda


#51bdda Border Color

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

This div border color is #51bdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bdda


Comments

No comments written yet.

Please login to write comment.