Color Hex Logo

#5cd89c Color Hex

#5CD89C
(92,216,156)
0 Favorites   0 Comments

Color spaces of #5cd89c

RGB 92216156
HSL0.420.610.60
HSV151°57°85°
CMYK 0.570.000.28   0.15
XYZ34.970253.787339.9914
Yxy53.78730.27160.4178
Hunter Lab73.3398-43.231619.0077
CIE-Lab78.3375-48.346819.4215

#5cd89c color RGB value is (92,216,156).

#5cd89c hex color red value is 92, green value is 216 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #5cd89c hue: 0.42 , saturation: 0.61 and the lightness value of 5cd89c is 0.60.

The process color (four color CMYK) of #5cd89c color hex is 0.57, 0.00, 0.28, 0.15. Web safe color of #5cd89c is #66cc99. Color #5cd89c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11011000 10011100
Octal 134 330 234
Decimal 92 216 156
Hex 5C D8 9C

RGB Percentages of Color #5cd89c

%19.83
%46.55
%33.62

CMYK Percentages of Color #5cd89c

%57
%0
%28
%15

Triadic Colors of #5cd89c

#5cd89c #9c5cd8 #d89c5c

Analogous Colors of #5cd89c

#5cd89c #5cd6d8 #5cd85e

Monochromatic Colors of #5cd89c

#5cd89c

Complementary Color

#5cd89c #d85c98

#5cd89c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cd89c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cd89c Color CSS Codes

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

#5cd89c Text Font Color

<p style="color:#5cd89c">Text here</p>

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


#5cd89c Background Color

<div style="background-color:#5cd89c">
Div content here</div>

This div background color is #5cd89c


#5cd89c Border Color

<div style="border:3px solid #5cd89c">
Div here</div>

This div border color is #5cd89c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,216,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5cd89c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5cd89c;
  -webkit-box-shadow: 1px 1px 3px 2px #5cd89c;
  box-shadow:         1px 1px 3px 2px #5cd89c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,216,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cd89c


Comments

No comments written yet.

Please login to write comment.