Color Hex Logo

#51ffaa Color Hex

#51FFAA
(81,255,170)
0 Favorites   0 Comments

Color spaces of #51ffaa

RGB 81255170
HSL0.421.000.66
HSV151°68°100°
CMYK 0.680.000.33   0.00
XYZ46.409076.171650.2868
Yxy76.17160.26850.4406
Hunter Lab87.2763-57.816626.9318
CIE-Lab89.9390-62.910028.0587

#51ffaa color RGB value is (81,255,170).

#51ffaa hex color red value is 81, green value is 255 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #51ffaa hue: 0.42 , saturation: 1.00 and the lightness value of 51ffaa is 0.66.

The process color (four color CMYK) of #51ffaa color hex is 0.68, 0.00, 0.33, 0.00. Web safe color of #51ffaa is #66ff99. Color #51ffaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11111111 10101010
Octal 121 377 252
Decimal 81 255 170
Hex 51 FF AA

RGB Percentages of Color #51ffaa

%16.01
%50.40
%33.60

CMYK Percentages of Color #51ffaa

%68
%0
%33
%0

Triadic Colors of #51ffaa

#51ffaa #aa51ff #ffaa51

Analogous Colors of #51ffaa

#51ffaa #51fdff #51ff53

Monochromatic Colors of #51ffaa

#51ffaa

Complementary Color

#51ffaa #ff51a6

#51ffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51ffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#51ffaa Color CSS Codes

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

#51ffaa Text Font Color

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

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


#51ffaa Background Color

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

This div background color is #51ffaa


#51ffaa Border Color

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

This div border color is #51ffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51ffaa


Comments

No comments written yet.

Please login to write comment.