Color Hex Logo

#5ebc0f Color Hex

#5EBC0F
(94,188,15)
0 Favorites   0 Comments

Color spaces of #5ebc0f

RGB 9418815
HSL0.260.850.40
HSV93°92°74°
CMYK 0.500.000.92   0.26
XYZ22.685538.38066.6645
Yxy38.38060.33490.5667
Hunter Lab61.9521-43.053336.9883
CIE-Lab68.3002-53.211866.5259

#5ebc0f color RGB value is (94,188,15).

#5ebc0f hex color red value is 94, green value is 188 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #5ebc0f hue: 0.26 , saturation: 0.85 and the lightness value of 5ebc0f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111100 00001111
Octal 136 274 17
Decimal 94 188 15
Hex 5E BC F

RGB Percentages of Color #5ebc0f

%31.65
%63.30
%5.05

CMYK Percentages of Color #5ebc0f

%50
%0
%92
%26

Triadic Colors of #5ebc0f

#5ebc0f #0f5ebc #bc0f5e

Analogous Colors of #5ebc0f

#5ebc0f #0fbc17 #b5bc0f

Monochromatic Colors of #5ebc0f

#5ebc0f

Complementary Color

#5ebc0f #6d0fbc

#5ebc0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebc0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebc0f Color CSS Codes

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

#5ebc0f Text Font Color

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

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


#5ebc0f Background Color

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

This div background color is #5ebc0f


#5ebc0f Border Color

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

This div border color is #5ebc0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,188,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ebc0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ebc0f;
  -webkit-box-shadow: 1px 1px 3px 2px #5ebc0f;
  box-shadow:         1px 1px 3px 2px #5ebc0f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,188,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebc0f


Comments

No comments written yet.

Please login to write comment.