Color Hex Logo

#51ba8d Color Hex

#51BA8D
(81,186,141)
0 Favorites   0 Comments

Color spaces of #51ba8d

RGB 81186141
HSL0.430.430.52
HSV154°56°73°
CMYK 0.560.000.24   0.27
XYZ25.760038.790231.3289
Yxy38.79020.26870.4046
Hunter Lab62.2818-35.164813.7733
CIE-Lab68.5990-41.077813.8246

#51ba8d color RGB value is (81,186,141).

#51ba8d hex color red value is 81, green value is 186 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #51ba8d hue: 0.43 , saturation: 0.43 and the lightness value of 51ba8d is 0.52.

The process color (four color CMYK) of #51ba8d color hex is 0.56, 0.00, 0.24, 0.27. Web safe color of #51ba8d is #66cc99. Color #51ba8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111010 10001101
Octal 121 272 215
Decimal 81 186 141
Hex 51 BA 8D

RGB Percentages of Color #51ba8d

%19.85
%45.59
%34.56

CMYK Percentages of Color #51ba8d

%56
%0
%24
%27

Triadic Colors of #51ba8d

#51ba8d #8d51ba #ba8d51

Analogous Colors of #51ba8d

#51ba8d #51b3ba #51ba59

Monochromatic Colors of #51ba8d

#51ba8d

Complementary Color

#51ba8d #ba517e

#51ba8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51ba8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51ba8d Color CSS Codes

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

#51ba8d Text Font Color

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

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


#51ba8d Background Color

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

This div background color is #51ba8d


#51ba8d Border Color

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

This div border color is #51ba8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51ba8d


Comments

No comments written yet.

Please login to write comment.