Color Hex Logo

#5db35a Color Hex

#5DB35A
(93,179,90)
0 Favorites   0 Comments

Color spaces of #5db35a

RGB 9317990
HSL0.330.370.53
HSV118°50°70°
CMYK 0.480.000.50   0.30
XYZ22.479835.305515.3027
Yxy35.30550.30760.4831
Hunter Lab59.4184-36.450326.3233
CIE-Lab65.9858-44.176437.3710

#5db35a color RGB value is (93,179,90).

#5db35a hex color red value is 93, green value is 179 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #5db35a hue: 0.33 , saturation: 0.37 and the lightness value of 5db35a is 0.53.

The process color (four color CMYK) of #5db35a color hex is 0.48, 0.00, 0.50, 0.30. Web safe color of #5db35a is #66cc66. Color #5db35a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10110011 01011010
Octal 135 263 132
Decimal 93 179 90
Hex 5D B3 5A

RGB Percentages of Color #5db35a

%25.69
%49.45
%24.86

CMYK Percentages of Color #5db35a

%48
%0
%50
%30

Triadic Colors of #5db35a

#5db35a #5a5db3 #b35a5d

Analogous Colors of #5db35a

#5db35a #5ab384 #8ab35a

Monochromatic Colors of #5db35a

#5db35a

Complementary Color

#5db35a #b05ab3

#5db35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db35a Color CSS Codes

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

#5db35a Text Font Color

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

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


#5db35a Background Color

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

This div background color is #5db35a


#5db35a Border Color

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

This div border color is #5db35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db35a


Comments

No comments written yet.

Please login to write comment.