Color Hex Logo

#5dd165 Color Hex

#5DD165
(93,209,101)
0 Favorites   0 Comments

Color spaces of #5dd165

RGB 93209101
HSL0.340.560.59
HSV124°56°82°
CMYK 0.560.000.52   0.18
XYZ29.663648.867720.1809
Yxy48.86770.30050.4951
Hunter Lab69.9054-46.590031.8175
CIE-Lab75.3689-54.676543.5015

#5dd165 color RGB value is (93,209,101).

#5dd165 hex color red value is 93, green value is 209 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #5dd165 hue: 0.34 , saturation: 0.56 and the lightness value of 5dd165 is 0.59.

The process color (four color CMYK) of #5dd165 color hex is 0.56, 0.00, 0.52, 0.18. Web safe color of #5dd165 is #66cc66. Color #5dd165 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11010001 01100101
Octal 135 321 145
Decimal 93 209 101
Hex 5D D1 65

RGB Percentages of Color #5dd165

%23.08
%51.86
%25.06

CMYK Percentages of Color #5dd165

%56
%0
%52
%18

Triadic Colors of #5dd165

#5dd165 #655dd1 #d1655d

Analogous Colors of #5dd165

#5dd165 #5dd19f #8fd15d

Monochromatic Colors of #5dd165

#5dd165

Complementary Color

#5dd165 #d15dc9

#5dd165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dd165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dd165 Color CSS Codes

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

#5dd165 Text Font Color

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

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


#5dd165 Background Color

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

This div background color is #5dd165


#5dd165 Border Color

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

This div border color is #5dd165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dd165


Comments

No comments written yet.

Please login to write comment.