Color Hex Logo

#5dc08e Color Hex

#5DC08E
(93,192,142)
0 Favorites   0 Comments

Color spaces of #5dc08e

RGB 93192142
HSL0.420.440.56
HSV150°52°75°
CMYK 0.520.000.26   0.25
XYZ28.246341.979432.2053
Yxy41.97940.27580.4098
Hunter Lab64.7915-35.566915.8833
CIE-Lab70.8567-40.717116.4973

#5dc08e color RGB value is (93,192,142).

#5dc08e hex color red value is 93, green value is 192 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #5dc08e hue: 0.42 , saturation: 0.44 and the lightness value of 5dc08e is 0.56.

The process color (four color CMYK) of #5dc08e color hex is 0.52, 0.00, 0.26, 0.25. Web safe color of #5dc08e is #66cc99. Color #5dc08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11000000 10001110
Octal 135 300 216
Decimal 93 192 142
Hex 5D C0 8E

RGB Percentages of Color #5dc08e

%21.78
%44.96
%33.26

CMYK Percentages of Color #5dc08e

%52
%0
%26
%25

Triadic Colors of #5dc08e

#5dc08e #8e5dc0 #c08e5d

Analogous Colors of #5dc08e

#5dc08e #5dc0c0 #5ec05d

Monochromatic Colors of #5dc08e

#5dc08e

Complementary Color

#5dc08e #c05d8f

#5dc08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc08e Color CSS Codes

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

#5dc08e Text Font Color

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

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


#5dc08e Background Color

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

This div background color is #5dc08e


#5dc08e Border Color

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

This div border color is #5dc08e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,192,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5dc08e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5dc08e;
  -webkit-box-shadow: 1px 1px 3px 2px #5dc08e;
  box-shadow:         1px 1px 3px 2px #5dc08e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,192,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc08e


Comments

No comments written yet.

Please login to write comment.