Color Hex Logo

#5cd99c Color Hex

#5CD99C
(92,217,156)
0 Favorites   0 Comments

Color spaces of #5cd99c

RGB 92217156
HSL0.420.620.61
HSV151°58°85°
CMYK 0.580.000.28   0.15
XYZ35.227254.301340.0770
Yxy54.30130.27180.4190
Hunter Lab73.6894-43.624619.3369
CIE-Lab78.6371-48.762419.8359

#5cd99c color RGB value is (92,217,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11011001 10011100
Octal 134 331 234
Decimal 92 217 156
Hex 5C D9 9C

RGB Percentages of Color #5cd99c

%19.78
%46.67
%33.55

CMYK Percentages of Color #5cd99c

%58
%0
%28
%15

Triadic Colors of #5cd99c

#5cd99c #9c5cd9 #d99c5c

Analogous Colors of #5cd99c

#5cd99c #5cd8d9 #5cd95e

Monochromatic Colors of #5cd99c

#5cd99c

Complementary Color

#5cd99c #d95c99

#5cd99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cd99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cd99c Color CSS Codes

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

#5cd99c Text Font Color

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

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


#5cd99c Background Color

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

This div background color is #5cd99c


#5cd99c Border Color

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

This div border color is #5cd99c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,217,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 #5cd99c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cd99c


Comments

No comments written yet.

Please login to write comment.