Color Hex Logo

#5ddc0e Color Hex

#5DDC0E
(93,220,14)
0 Favorites   0 Comments

Color spaces of #5ddc0e

RGB 9322014
HSL0.270.880.46
HSV97°94°86°
CMYK 0.580.000.94   0.14
XYZ30.186753.54539.1597
Yxy53.54530.32500.5764
Hunter Lab73.1747-54.419143.8006
CIE-Lab78.1959-64.879474.7731

#5ddc0e color RGB value is (93,220,14).

#5ddc0e hex color red value is 93, green value is 220 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #5ddc0e hue: 0.27 , saturation: 0.88 and the lightness value of 5ddc0e is 0.46.

The process color (four color CMYK) of #5ddc0e color hex is 0.58, 0.00, 0.94, 0.14. Web safe color of #5ddc0e is #66cc00. Color #5ddc0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011100 00001110
Octal 135 334 16
Decimal 93 220 14
Hex 5D DC E

RGB Percentages of Color #5ddc0e

%28.44
%67.28
%4.28

CMYK Percentages of Color #5ddc0e

%58
%0
%94
%14

Triadic Colors of #5ddc0e

#5ddc0e #0e5ddc #dc0e5d

Analogous Colors of #5ddc0e

#5ddc0e #0edc26 #c4dc0e

Monochromatic Colors of #5ddc0e

#5ddc0e

Complementary Color

#5ddc0e #8d0edc

#5ddc0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddc0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddc0e Color CSS Codes

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

#5ddc0e Text Font Color

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

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


#5ddc0e Background Color

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

This div background color is #5ddc0e


#5ddc0e Border Color

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

This div border color is #5ddc0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddc0e


Comments

No comments written yet.

Please login to write comment.