Color Hex Logo

#51ddaa Color Hex

#51DDAA
(81,221,170)
0 Favorites   0 Comments

Color spaces of #51ddaa

RGB 81221170
HSL0.440.670.59
HSV158°63°87°
CMYK 0.630.000.23   0.13
XYZ36.505556.364546.9856
Yxy56.36450.26100.4030
Hunter Lab75.0763-44.588715.4475
CIE-Lab79.8208-49.571914.0734

#51ddaa color RGB value is (81,221,170).

#51ddaa hex color red value is 81, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #51ddaa hue: 0.44 , saturation: 0.67 and the lightness value of 51ddaa is 0.59.

The process color (four color CMYK) of #51ddaa color hex is 0.63, 0.00, 0.23, 0.13. Web safe color of #51ddaa is #66cc99. Color #51ddaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011101 10101010
Octal 121 335 252
Decimal 81 221 170
Hex 51 DD AA

RGB Percentages of Color #51ddaa

%17.16
%46.82
%36.02

CMYK Percentages of Color #51ddaa

%63
%0
%23
%13

Triadic Colors of #51ddaa

#51ddaa #aa51dd #ddaa51

Analogous Colors of #51ddaa

#51ddaa #51cadd #51dd64

Monochromatic Colors of #51ddaa

#51ddaa

Complementary Color

#51ddaa #dd5184

#51ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#51ddaa Color CSS Codes

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

#51ddaa Text Font Color

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

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


#51ddaa Background Color

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

This div background color is #51ddaa


#51ddaa Border Color

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

This div border color is #51ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51ddaa


Comments

No comments written yet.

Please login to write comment.