Color Hex Logo

#5dbd53 Color Hex

#5DBD53
(93,189,83)
0 Favorites   0 Comments

Color spaces of #5dbd53

RGB 9318983
HSL0.320.450.53
HSV114°56°74°
CMYK 0.510.000.56   0.26
XYZ24.273139.346914.4990
Yxy39.34690.31070.5037
Hunter Lab62.7271-40.699530.2044
CIE-Lab69.0018-49.163444.4242

#5dbd53 color RGB value is (93,189,83).

#5dbd53 hex color red value is 93, green value is 189 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #5dbd53 hue: 0.32 , saturation: 0.45 and the lightness value of 5dbd53 is 0.53.

The process color (four color CMYK) of #5dbd53 color hex is 0.51, 0.00, 0.56, 0.26. Web safe color of #5dbd53 is #66cc66. Color #5dbd53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111101 01010011
Octal 135 275 123
Decimal 93 189 83
Hex 5D BD 53

RGB Percentages of Color #5dbd53

%25.48
%51.78
%22.74

CMYK Percentages of Color #5dbd53

%51
%0
%56
%26

Triadic Colors of #5dbd53

#5dbd53 #535dbd #bd535d

Analogous Colors of #5dbd53

#5dbd53 #53bd7e #92bd53

Monochromatic Colors of #5dbd53

#5dbd53

Complementary Color

#5dbd53 #b353bd

#5dbd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbd53 Color CSS Codes

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

#5dbd53 Text Font Color

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

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


#5dbd53 Background Color

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

This div background color is #5dbd53


#5dbd53 Border Color

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

This div border color is #5dbd53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbd53


Comments

No comments written yet.

Please login to write comment.