Color Hex Logo

#5db32e Color Hex

#5DB32E
(93,179,46)
0 Favorites   0 Comments

Color spaces of #5db32e

RGB 9317946
HSL0.270.590.44
HSV99°74°70°
CMYK 0.480.000.74   0.30
XYZ21.127434.76468.1815
Yxy34.76460.32970.5426
Hunter Lab58.9615-39.221633.0460
CIE-Lab65.5650-48.691856.2335

#5db32e color RGB value is (93,179,46).

#5db32e hex color red value is 93, green value is 179 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5db32e hue: 0.27 , saturation: 0.59 and the lightness value of 5db32e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10110011 00101110
Octal 135 263 56
Decimal 93 179 46
Hex 5D B3 2E

RGB Percentages of Color #5db32e

%29.25
%56.29
%14.47

CMYK Percentages of Color #5db32e

%48
%0
%74
%30

Triadic Colors of #5db32e

#5db32e #2e5db3 #b32e5d

Analogous Colors of #5db32e

#5db32e #2eb342 #a0b32e

Monochromatic Colors of #5db32e

#5db32e

Complementary Color

#5db32e #842eb3

#5db32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db32e Color CSS Codes

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

#5db32e Text Font Color

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

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


#5db32e Background Color

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

This div background color is #5db32e


#5db32e Border Color

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

This div border color is #5db32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db32e


Comments

No comments written yet.

Please login to write comment.