Color Hex Logo

#5db046 Color Hex

#5DB046
(93,176,70)
0 Favorites   0 Comments

Color spaces of #5db046

RGB 9317670
HSL0.300.430.48
HSV107°60°69°
CMYK 0.470.000.60   0.31
XYZ21.145033.820011.2078
Yxy33.82000.31950.5111
Hunter Lab58.1550-36.869029.2819
CIE-Lab64.8194-45.394245.6128

#5db046 color RGB value is (93,176,70).

#5db046 hex color red value is 93, green value is 176 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #5db046 hue: 0.30 , saturation: 0.43 and the lightness value of 5db046 is 0.48.

The process color (four color CMYK) of #5db046 color hex is 0.47, 0.00, 0.60, 0.31. Web safe color of #5db046 is #669933. Color #5db046 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10110000 01000110
Octal 135 260 106
Decimal 93 176 70
Hex 5D B0 46

RGB Percentages of Color #5db046

%27.43
%51.92
%20.65

CMYK Percentages of Color #5db046

%47
%0
%60
%31

Triadic Colors of #5db046

#5db046 #465db0 #b0465d

Analogous Colors of #5db046

#5db046 #46b064 #92b046

Monochromatic Colors of #5db046

#5db046

Complementary Color

#5db046 #9946b0

#5db046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db046 Color CSS Codes

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

#5db046 Text Font Color

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

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


#5db046 Background Color

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

This div background color is #5db046


#5db046 Border Color

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

This div border color is #5db046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db046

#5db046 Color Palettes


Comments

No comments written yet.

Please login to write comment.