Color Hex Logo

#51ccba Color Hex

#51CCBA
(81,204,186)
0 Favorites   0 Comments

Color spaces of #51ccba

RGB 81204186
HSL0.480.550.56
HSV171°60°80°
CMYK 0.600.000.09   0.20
XYZ33.849148.480254.0280
Yxy48.48020.24820.3555
Hunter Lab69.6277-35.07182.7330
CIE-Lab75.1268-38.3777-1.2220

#51ccba color RGB value is (81,204,186).

#51ccba hex color red value is 81, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #51ccba hue: 0.48 , saturation: 0.55 and the lightness value of 51ccba is 0.56.

The process color (four color CMYK) of #51ccba color hex is 0.60, 0.00, 0.09, 0.20. Web safe color of #51ccba is #66cccc. Color #51ccba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001100 10111010
Octal 121 314 272
Decimal 81 204 186
Hex 51 CC BA

RGB Percentages of Color #51ccba

%17.20
%43.31
%39.49

CMYK Percentages of Color #51ccba

%60
%0
%9
%20

Triadic Colors of #51ccba

#51ccba #ba51cc #ccba51

Analogous Colors of #51ccba

#51ccba #51a1cc #51cc7d

Monochromatic Colors of #51ccba

#51ccba

Complementary Color

#51ccba #cc5163

#51ccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51ccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#51ccba Color CSS Codes

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

#51ccba Text Font Color

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

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


#51ccba Background Color

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

This div background color is #51ccba


#51ccba Border Color

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

This div border color is #51ccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51ccba


Comments

No comments written yet.

Please login to write comment.