Color Hex Logo

#5dd52b Color Hex

#5DD52B
(93,213,43)
0 Favorites   0 Comments

Color spaces of #5dd52b

RGB 9321343
HSL0.280.670.50
HSV102°80°84°
CMYK 0.560.000.80   0.16
XYZ28.744550.090110.4389
Yxy50.09010.32200.5611
Hunter Lab70.7744-51.358640.7970
CIE-Lab76.1245-61.472967.2988

#5dd52b color RGB value is (93,213,43).

#5dd52b hex color red value is 93, green value is 213 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #5dd52b hue: 0.28 , saturation: 0.67 and the lightness value of 5dd52b is 0.50.

The process color (four color CMYK) of #5dd52b color hex is 0.56, 0.00, 0.80, 0.16. Web safe color of #5dd52b is #66cc33. Color #5dd52b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11010101 00101011
Octal 135 325 53
Decimal 93 213 43
Hex 5D D5 2B

RGB Percentages of Color #5dd52b

%26.65
%61.03
%12.32

CMYK Percentages of Color #5dd52b

%56
%0
%80
%16

Triadic Colors of #5dd52b

#5dd52b #2b5dd5 #d52b5d

Analogous Colors of #5dd52b

#5dd52b #2bd54e #b2d52b

Monochromatic Colors of #5dd52b

#5dd52b

Complementary Color

#5dd52b #a32bd5

#5dd52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dd52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dd52b Color CSS Codes

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

#5dd52b Text Font Color

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

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


#5dd52b Background Color

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

This div background color is #5dd52b


#5dd52b Border Color

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

This div border color is #5dd52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dd52b


Comments

No comments written yet.

Please login to write comment.