Color Hex Logo

#5dce5f Color Hex

#5DCE5F
(93,206,95)
0 Favorites   0 Comments

Color spaces of #5dce5f

RGB 9320695
HSL0.340.540.59
HSV121°55°81°
CMYK 0.550.000.54   0.19
XYZ28.651147.296018.4454
Yxy47.29600.30350.5011
Hunter Lab68.7721-45.986432.2383
CIE-Lab74.3787-54.311745.1615

#5dce5f color RGB value is (93,206,95).

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

The process color (four color CMYK) of #5dce5f color hex is 0.55, 0.00, 0.54, 0.19. Web safe color of #5dce5f is #66cc66. Color #5dce5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001110 01011111
Octal 135 316 137
Decimal 93 206 95
Hex 5D CE 5F

RGB Percentages of Color #5dce5f

%23.60
%52.28
%24.11

CMYK Percentages of Color #5dce5f

%55
%0
%54
%19

Triadic Colors of #5dce5f

#5dce5f #5f5dce #ce5f5d

Analogous Colors of #5dce5f

#5dce5f #5dce98 #94ce5d

Monochromatic Colors of #5dce5f

#5dce5f

Complementary Color

#5dce5f #ce5dcc

#5dce5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dce5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dce5f Color CSS Codes

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

#5dce5f Text Font Color

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

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


#5dce5f Background Color

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

This div background color is #5dce5f


#5dce5f Border Color

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

This div border color is #5dce5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dce5f


Comments

No comments written yet.

Please login to write comment.