Color Hex Logo

#5dc285 Color Hex

#5DC285
(93,194,133)
0 Favorites   0 Comments

Color spaces of #5dc285

RGB 93194133
HSL0.400.450.56
HSV144°52°76°
CMYK 0.520.000.31   0.24
XYZ28.039642.604228.9359
Yxy42.60420.28160.4278
Hunter Lab65.2719-37.545519.4063
CIE-Lab71.2855-43.381221.9076

#5dc285 color RGB value is (93,194,133).

#5dc285 hex color red value is 93, green value is 194 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #5dc285 hue: 0.40 , saturation: 0.45 and the lightness value of 5dc285 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11000010 10000101
Octal 135 302 205
Decimal 93 194 133
Hex 5D C2 85

RGB Percentages of Color #5dc285

%22.14
%46.19
%31.67

CMYK Percentages of Color #5dc285

%52
%0
%31
%24

Triadic Colors of #5dc285

#5dc285 #855dc2 #c2855d

Analogous Colors of #5dc285

#5dc285 #5dc2b8 #68c25d

Monochromatic Colors of #5dc285

#5dc285

Complementary Color

#5dc285 #c25d9a

#5dc285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc285 Color CSS Codes

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

#5dc285 Text Font Color

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

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


#5dc285 Background Color

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

This div background color is #5dc285


#5dc285 Border Color

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

This div border color is #5dc285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc285


Comments

No comments written yet.

Please login to write comment.