Color Hex Logo

#5dba2d Color Hex

#5DBA2D
(93,186,45)
0 Favorites   0 Comments

Color spaces of #5dba2d

RGB 9318645
HSL0.280.610.45
HSV100°76°73°
CMYK 0.500.000.76   0.27
XYZ22.546837.63448.5585
Yxy37.63440.32800.5475
Hunter Lab61.3469-41.753034.6713
CIE-Lab67.7503-51.474958.7243

#5dba2d color RGB value is (93,186,45).

#5dba2d hex color red value is 93, green value is 186 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #5dba2d hue: 0.28 , saturation: 0.61 and the lightness value of 5dba2d is 0.45.

The process color (four color CMYK) of #5dba2d color hex is 0.50, 0.00, 0.76, 0.27. Web safe color of #5dba2d is #66cc33. Color #5dba2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111010 00101101
Octal 135 272 55
Decimal 93 186 45
Hex 5D BA 2D

RGB Percentages of Color #5dba2d

%28.70
%57.41
%13.89

CMYK Percentages of Color #5dba2d

%50
%0
%76
%27

Triadic Colors of #5dba2d

#5dba2d #2d5dba #ba2d5d

Analogous Colors of #5dba2d

#5dba2d #2dba43 #a4ba2d

Monochromatic Colors of #5dba2d

#5dba2d

Complementary Color

#5dba2d #8a2dba

#5dba2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dba2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dba2d Color CSS Codes

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

#5dba2d Text Font Color

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

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


#5dba2d Background Color

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

This div background color is #5dba2d


#5dba2d Border Color

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

This div border color is #5dba2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dba2d


Comments

No comments written yet.

Please login to write comment.