Color Hex Logo

#51d0ab Color Hex

#51D0AB
(81,208,171)
0 Favorites   0 Comments

Color spaces of #51d0ab

RGB 81208171
HSL0.450.570.57
HSV163°61°82°
CMYK 0.610.000.18   0.18
XYZ33.299949.801446.3856
Yxy49.80140.25720.3846
Hunter Lab70.5701-39.268910.4279
CIE-Lab75.9472-43.84118.0408

#51d0ab color RGB value is (81,208,171).

#51d0ab hex color red value is 81, green value is 208 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #51d0ab hue: 0.45 , saturation: 0.57 and the lightness value of 51d0ab is 0.57.

The process color (four color CMYK) of #51d0ab color hex is 0.61, 0.00, 0.18, 0.18. Web safe color of #51d0ab is #66cc99. Color #51d0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11010000 10101011
Octal 121 320 253
Decimal 81 208 171
Hex 51 D0 AB

RGB Percentages of Color #51d0ab

%17.61
%45.22
%37.17

CMYK Percentages of Color #51d0ab

%61
%0
%18
%18

Triadic Colors of #51d0ab

#51d0ab #ab51d0 #d0ab51

Analogous Colors of #51d0ab

#51d0ab #51b6d0 #51d06c

Monochromatic Colors of #51d0ab

#51d0ab

Complementary Color

#51d0ab #d05176

#51d0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51d0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#51d0ab Color CSS Codes

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

#51d0ab Text Font Color

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

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


#51d0ab Background Color

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

This div background color is #51d0ab


#51d0ab Border Color

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

This div border color is #51d0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51d0ab


Comments

No comments written yet.

Please login to write comment.