Color Hex Logo

#5dc236 Color Hex

#5DC236
(93,194,54)
0 Favorites   0 Comments

Color spaces of #5dc236

RGB 9319454
HSL0.290.560.49
HSV103°72°76°
CMYK 0.520.000.72   0.24
XYZ24.471841.177110.1482
Yxy41.17710.32290.5433
Hunter Lab64.1694-44.223235.5420
CIE-Lab70.2998-53.895158.1139

#5dc236 color RGB value is (93,194,54).

#5dc236 hex color red value is 93, green value is 194 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #5dc236 hue: 0.29 , saturation: 0.56 and the lightness value of 5dc236 is 0.49.

The process color (four color CMYK) of #5dc236 color hex is 0.52, 0.00, 0.72, 0.24. Web safe color of #5dc236 is #66cc33. Color #5dc236 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11000010 00110110
Octal 135 302 66
Decimal 93 194 54
Hex 5D C2 36

RGB Percentages of Color #5dc236

%27.27
%56.89
%15.84

CMYK Percentages of Color #5dc236

%52
%0
%72
%24

Triadic Colors of #5dc236

#5dc236 #365dc2 #c2365d

Analogous Colors of #5dc236

#5dc236 #36c255 #a3c236

Monochromatic Colors of #5dc236

#5dc236

Complementary Color

#5dc236 #9b36c2

#5dc236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc236 Color CSS Codes

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

#5dc236 Text Font Color

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

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


#5dc236 Background Color

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

This div background color is #5dc236


#5dc236 Border Color

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

This div border color is #5dc236


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc236


Comments

No comments written yet.

Please login to write comment.