Color Hex Logo

#51cbae Color Hex

#51CBAE
(81,203,174)
0 Favorites   0 Comments

Color spaces of #51cbae

RGB 81203174
HSL0.460.540.56
HSV166°60°80°
CMYK 0.600.000.14   0.20
XYZ32.389347.517247.5090
Yxy47.51720.25420.3729
Hunter Lab68.9327-36.76087.3897
CIE-Lab74.5194-40.92944.3738

#51cbae color RGB value is (81,203,174).

#51cbae hex color red value is 81, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #51cbae hue: 0.46 , saturation: 0.54 and the lightness value of 51cbae is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001011 10101110
Octal 121 313 256
Decimal 81 203 174
Hex 51 CB AE

RGB Percentages of Color #51cbae

%17.69
%44.32
%37.99

CMYK Percentages of Color #51cbae

%60
%0
%14
%20

Triadic Colors of #51cbae

#51cbae #ae51cb #cbae51

Analogous Colors of #51cbae

#51cbae #51abcb #51cb71

Monochromatic Colors of #51cbae

#51cbae

Complementary Color

#51cbae #cb516e

#51cbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cbae Color CSS Codes

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

#51cbae Text Font Color

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

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


#51cbae Background Color

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

This div background color is #51cbae


#51cbae Border Color

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

This div border color is #51cbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cbae


Comments

No comments written yet.

Please login to write comment.