Color Hex Logo

#5dbb0e Color Hex

#5DBB0E
(93,187,14)
0 Favorites   0 Comments

Color spaces of #5dbb0e

RGB 9318714
HSL0.260.860.39
HSV93°93°73°
CMYK 0.500.000.93   0.27
XYZ22.363837.89956.5521
Yxy37.89950.33470.5672
Hunter Lab61.5626-42.890936.7836
CIE-Lab67.9465-53.160266.3616

#5dbb0e color RGB value is (93,187,14).

#5dbb0e hex color red value is 93, green value is 187 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #5dbb0e hue: 0.26 , saturation: 0.86 and the lightness value of 5dbb0e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111011 00001110
Octal 135 273 16
Decimal 93 187 14
Hex 5D BB E

RGB Percentages of Color #5dbb0e

%31.63
%63.61
%4.76

CMYK Percentages of Color #5dbb0e

%50
%0
%93
%27

Triadic Colors of #5dbb0e

#5dbb0e #0e5dbb #bb0e5d

Analogous Colors of #5dbb0e

#5dbb0e #0ebb16 #b4bb0e

Monochromatic Colors of #5dbb0e

#5dbb0e

Complementary Color

#5dbb0e #6c0ebb

#5dbb0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbb0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbb0e Color CSS Codes

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

#5dbb0e Text Font Color

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

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


#5dbb0e Background Color

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

This div background color is #5dbb0e


#5dbb0e Border Color

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

This div border color is #5dbb0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbb0e


Comments

No comments written yet.

Please login to write comment.