Color Hex Logo

#51dfba Color Hex

#51DFBA
(81,223,186)
0 Favorites   0 Comments

Color spaces of #51dfba

RGB 81223186
HSL0.460.690.60
HSV164°64°87°
CMYK 0.640.000.17   0.13
XYZ38.643958.069955.6262
Yxy58.06990.25370.3812
Hunter Lab76.2036-42.836510.0627
CIE-Lab80.7776-46.73376.9747

#51dfba color RGB value is (81,223,186).

#51dfba hex color red value is 81, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #51dfba hue: 0.46 , saturation: 0.69 and the lightness value of 51dfba is 0.60.

The process color (four color CMYK) of #51dfba color hex is 0.64, 0.00, 0.17, 0.13. Web safe color of #51dfba is #66cccc. Color #51dfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011111 10111010
Octal 121 337 272
Decimal 81 223 186
Hex 51 DF BA

RGB Percentages of Color #51dfba

%16.53
%45.51
%37.96

CMYK Percentages of Color #51dfba

%64
%0
%17
%13

Triadic Colors of #51dfba

#51dfba #ba51df #dfba51

Analogous Colors of #51dfba

#51dfba #51bddf #51df73

Monochromatic Colors of #51dfba

#51dfba

Complementary Color

#51dfba #df5176

#51dfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51dfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#51dfba Color CSS Codes

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

#51dfba Text Font Color

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

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


#51dfba Background Color

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

This div background color is #51dfba


#51dfba Border Color

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

This div border color is #51dfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51dfba


Comments

No comments written yet.

Please login to write comment.