Color Hex Logo

#51deba Color Hex

#51DEBA
(81,222,186)
0 Favorites   0 Comments

Color spaces of #51deba

RGB 81222186
HSL0.460.680.59
HSV165°64°87°
CMYK 0.640.000.16   0.13
XYZ38.377557.537155.5374
Yxy57.53710.25340.3799
Hunter Lab75.8532-42.43219.6869
CIE-Lab80.4807-46.30716.5479

#51deba color RGB value is (81,222,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011110 10111010
Octal 121 336 272
Decimal 81 222 186
Hex 51 DE BA

RGB Percentages of Color #51deba

%16.56
%45.40
%38.04

CMYK Percentages of Color #51deba

%64
%0
%16
%13

Triadic Colors of #51deba

#51deba #ba51de #deba51

Analogous Colors of #51deba

#51deba #51bcde #51de74

Monochromatic Colors of #51deba

#51deba

Complementary Color

#51deba #de5175

#51deba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51deba Color Preview on White Background

Lorem ipsum dolor sit amet.

#51deba Color CSS Codes

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

#51deba Text Font Color

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

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


#51deba Background Color

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

This div background color is #51deba


#51deba Border Color

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

This div border color is #51deba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51deba


Comments

No comments written yet.

Please login to write comment.