Color Hex Logo

#5dc093 Color Hex

#5DC093
(93,192,147)
1 Favorites   0 Comments

Color spaces of #5dc093

RGB 93192147
HSL0.420.440.56
HSV153°52°75°
CMYK 0.520.000.23   0.25
XYZ28.630342.133034.2273
Yxy42.13300.27270.4013
Hunter Lab64.9099-34.860114.1731
CIE-Lab70.9625-39.667913.9473

#5dc093 color RGB value is (93,192,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11000000 10010011
Octal 135 300 223
Decimal 93 192 147
Hex 5D C0 93

RGB Percentages of Color #5dc093

%21.53
%44.44
%34.03

CMYK Percentages of Color #5dc093

%52
%0
%23
%25

Triadic Colors of #5dc093

#5dc093 #935dc0 #c0935d

Analogous Colors of #5dc093

#5dc093 #5dbcc0 #5dc062

Monochromatic Colors of #5dc093

#5dc093

Complementary Color

#5dc093 #c05d8a

#5dc093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc093 Color CSS Codes

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

#5dc093 Text Font Color

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

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


#5dc093 Background Color

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

This div background color is #5dc093


#5dc093 Border Color

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

This div border color is #5dc093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc093


Comments

No comments written yet.

Please login to write comment.