Color Hex Logo

#5dec5b Color Hex

#5DEC5B
(93,236,91)
0 Favorites   0 Comments

Color spaces of #5dec5b

RGB 9323691
HSL0.330.790.64
HSV119°61°93°
CMYK 0.610.000.61   0.07
XYZ36.398063.073420.1535
Yxy63.07340.30430.5273
Hunter Lab79.4188-57.175440.5476
CIE-Lab83.4810-65.705657.5394

#5dec5b color RGB value is (93,236,91).

#5dec5b hex color red value is 93, green value is 236 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #5dec5b hue: 0.33 , saturation: 0.79 and the lightness value of 5dec5b is 0.64.

The process color (four color CMYK) of #5dec5b color hex is 0.61, 0.00, 0.61, 0.07. Web safe color of #5dec5b is #66ff66. Color #5dec5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101100 01011011
Octal 135 354 133
Decimal 93 236 91
Hex 5D EC 5B

RGB Percentages of Color #5dec5b

%22.14
%56.19
%21.67

CMYK Percentages of Color #5dec5b

%61
%0
%61
%7

Triadic Colors of #5dec5b

#5dec5b #5b5dec #ec5b5d

Analogous Colors of #5dec5b

#5dec5b #5beca2 #a6ec5b

Monochromatic Colors of #5dec5b

#5dec5b

Complementary Color

#5dec5b #ea5bec

#5dec5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dec5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dec5b Color CSS Codes

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

#5dec5b Text Font Color

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

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


#5dec5b Background Color

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

This div background color is #5dec5b


#5dec5b Border Color

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

This div border color is #5dec5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dec5b


Comments

No comments written yet.

Please login to write comment.