Color Hex Logo

#51dabc Color Hex

#51DABC
(81,218,188)
0 Favorites   0 Comments

Color spaces of #51dabc

RGB 81218188
HSL0.460.650.59
HSV167°63°85°
CMYK 0.630.000.14   0.15
XYZ37.541855.523056.3153
Yxy55.52300.25130.3717
Hunter Lab74.5138-40.46657.3500
CIE-Lab79.3416-44.09913.8412

#51dabc color RGB value is (81,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011010 10111100
Octal 121 332 274
Decimal 81 218 188
Hex 51 DA BC

RGB Percentages of Color #51dabc

%16.63
%44.76
%38.60

CMYK Percentages of Color #51dabc

%63
%0
%14
%15

Triadic Colors of #51dabc

#51dabc #bc51da #dabc51

Analogous Colors of #51dabc

#51dabc #51b4da #51da78

Monochromatic Colors of #51dabc

#51dabc

Complementary Color

#51dabc #da516f

#51dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#51dabc Color CSS Codes

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

#51dabc Text Font Color

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

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


#51dabc Background Color

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

This div background color is #51dabc


#51dabc Border Color

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

This div border color is #51dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51dabc


Comments

No comments written yet.

Please login to write comment.