Color Hex Logo

#51dbcc Color Hex

#51DBCC
(81,219,204)
0 Favorites   0 Comments

Color spaces of #51dbcc

RGB 81219204
HSL0.480.660.59
HSV173°63°86°
CMYK 0.630.000.07   0.14
XYZ39.623956.772065.9964
Yxy56.77200.24400.3496
Hunter Lab75.3472-37.98730.8111
CIE-Lab80.0512-40.4974-3.6528

#51dbcc color RGB value is (81,219,204).

#51dbcc hex color red value is 81, green value is 219 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #51dbcc hue: 0.48 , saturation: 0.66 and the lightness value of 51dbcc is 0.59.

The process color (four color CMYK) of #51dbcc color hex is 0.63, 0.00, 0.07, 0.14. Web safe color of #51dbcc is #66cccc. Color #51dbcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011011 11001100
Octal 121 333 314
Decimal 81 219 204
Hex 51 DB CC

RGB Percentages of Color #51dbcc

%16.07
%43.45
%40.48

CMYK Percentages of Color #51dbcc

%63
%0
%7
%14

Triadic Colors of #51dbcc

#51dbcc #cc51db #dbcc51

Analogous Colors of #51dbcc

#51dbcc #51a5db #51db87

Monochromatic Colors of #51dbcc

#51dbcc

Complementary Color

#51dbcc #db5160

#51dbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51dbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#51dbcc Color CSS Codes

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

#51dbcc Text Font Color

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

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


#51dbcc Background Color

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

This div background color is #51dbcc


#51dbcc Border Color

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

This div border color is #51dbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51dbcc


Comments

No comments written yet.

Please login to write comment.