Color Hex Logo

#51c7be Color Hex

#51C7BE
(81,199,190)
0 Favorites   0 Comments

Color spaces of #51c7be

RGB 81199190
HSL0.490.510.55
HSV175°59°78°
CMYK 0.590.000.05   0.22
XYZ33.111046.313955.9095
Yxy46.31390.24470.3422
Hunter Lab68.0543-32.2480-1.0712
CIE-Lab73.7488-35.0329-5.4150

#51c7be color RGB value is (81,199,190).

#51c7be hex color red value is 81, green value is 199 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #51c7be hue: 0.49 , saturation: 0.51 and the lightness value of 51c7be is 0.55.

The process color (four color CMYK) of #51c7be color hex is 0.59, 0.00, 0.05, 0.22. Web safe color of #51c7be is #66cccc. Color #51c7be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11000111 10111110
Octal 121 307 276
Decimal 81 199 190
Hex 51 C7 BE

RGB Percentages of Color #51c7be

%17.23
%42.34
%40.43

CMYK Percentages of Color #51c7be

%59
%0
%5
%22

Triadic Colors of #51c7be

#51c7be #be51c7 #c7be51

Analogous Colors of #51c7be

#51c7be #5195c7 #51c783

Monochromatic Colors of #51c7be

#51c7be

Complementary Color

#51c7be #c7515a

#51c7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51c7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#51c7be Color CSS Codes

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

#51c7be Text Font Color

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

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


#51c7be Background Color

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

This div background color is #51c7be


#51c7be Border Color

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

This div border color is #51c7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51c7be


Comments

No comments written yet.

Please login to write comment.