Color Hex Logo

#51cdae Color Hex

#51CDAE
(81,205,174)
0 Favorites   0 Comments

Color spaces of #51cdae

RGB 81205174
HSL0.460.550.56
HSV165°60°80°
CMYK 0.600.000.15   0.20
XYZ32.864648.468047.6675
Yxy48.46800.25480.3757
Hunter Lab69.6190-37.56988.1379
CIE-Lab75.1192-41.81465.2394

#51cdae color RGB value is (81,205,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001101 10101110
Octal 121 315 256
Decimal 81 205 174
Hex 51 CD AE

RGB Percentages of Color #51cdae

%17.61
%44.57
%37.83

CMYK Percentages of Color #51cdae

%60
%0
%15
%20

Triadic Colors of #51cdae

#51cdae #ae51cd #cdae51

Analogous Colors of #51cdae

#51cdae #51aecd #51cd70

Monochromatic Colors of #51cdae

#51cdae

Complementary Color

#51cdae #cd5170

#51cdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cdae Color CSS Codes

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

#51cdae Text Font Color

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

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


#51cdae Background Color

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

This div background color is #51cdae


#51cdae Border Color

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

This div border color is #51cdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cdae


Comments

No comments written yet.

Please login to write comment.