Color Hex Logo

#5dcd86 Color Hex

#5DCD86
(93,205,134)
0 Favorites   0 Comments

Color spaces of #5dcd86

RGB 93205134
HSL0.390.530.58
HSV142°55°80°
CMYK 0.550.000.35   0.20
XYZ30.648647.711030.1481
Yxy47.71100.28250.4397
Hunter Lab69.0731-41.675422.4731
CIE-Lab74.6423-47.831125.9241

#5dcd86 color RGB value is (93,205,134).

#5dcd86 hex color red value is 93, green value is 205 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #5dcd86 hue: 0.39 , saturation: 0.53 and the lightness value of 5dcd86 is 0.58.

The process color (four color CMYK) of #5dcd86 color hex is 0.55, 0.00, 0.35, 0.20. Web safe color of #5dcd86 is #66cc99. Color #5dcd86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001101 10000110
Octal 135 315 206
Decimal 93 205 134
Hex 5D CD 86

RGB Percentages of Color #5dcd86

%21.53
%47.45
%31.02

CMYK Percentages of Color #5dcd86

%55
%0
%35
%20

Triadic Colors of #5dcd86

#5dcd86 #865dcd #cd865d

Analogous Colors of #5dcd86

#5dcd86 #5dcdbe #6ccd5d

Monochromatic Colors of #5dcd86

#5dcd86

Complementary Color

#5dcd86 #cd5da4

#5dcd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcd86 Color CSS Codes

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

#5dcd86 Text Font Color

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

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


#5dcd86 Background Color

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

This div background color is #5dcd86


#5dcd86 Border Color

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

This div border color is #5dcd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcd86


Comments

No comments written yet.

Please login to write comment.