Color Hex Logo

#51adaa Color Hex

#51ADAA
(81,173,170)
0 Favorites   0 Comments

Color spaces of #51adaa

RGB 81173170
HSL0.490.360.50
HSV178°53°68°
CMYK 0.530.000.02   0.32
XYZ25.592634.538843.3480
Yxy34.53880.24730.3338
Hunter Lab58.7697-25.1152-2.5929
CIE-Lab65.3880-27.9396-6.8053

#51adaa color RGB value is (81,173,170).

#51adaa hex color red value is 81, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #51adaa hue: 0.49 , saturation: 0.36 and the lightness value of 51adaa is 0.50.

The process color (four color CMYK) of #51adaa color hex is 0.53, 0.00, 0.02, 0.32. Web safe color of #51adaa is #669999. Color #51adaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101101 10101010
Octal 121 255 252
Decimal 81 173 170
Hex 51 AD AA

RGB Percentages of Color #51adaa

%19.10
%40.80
%40.09

CMYK Percentages of Color #51adaa

%53
%0
%2
%32

Triadic Colors of #51adaa

#51adaa #aa51ad #adaa51

Analogous Colors of #51adaa

#51adaa #5182ad #51ad7c

Monochromatic Colors of #51adaa

#51adaa

Complementary Color

#51adaa #ad5154

#51adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#51adaa Color CSS Codes

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

#51adaa Text Font Color

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

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


#51adaa Background Color

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

This div background color is #51adaa


#51adaa Border Color

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

This div border color is #51adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51adaa


Comments

No comments written yet.

Please login to write comment.