Color Hex Logo

#5ebe3c Color Hex

#5EBE3C
(94,190,60)
0 Favorites   0 Comments

Color spaces of #5ebe3c

RGB 9419060
HSL0.290.520.49
HSV104°68°75°
CMYK 0.510.000.68   0.25
XYZ23.845239.532810.6488
Yxy39.53280.32210.5340
Hunter Lab62.8751-42.335933.9710
CIE-Lab69.1355-51.614654.6392

#5ebe3c color RGB value is (94,190,60).

#5ebe3c hex color red value is 94, green value is 190 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #5ebe3c hue: 0.29 , saturation: 0.52 and the lightness value of 5ebe3c is 0.49.

The process color (four color CMYK) of #5ebe3c color hex is 0.51, 0.00, 0.68, 0.25. Web safe color of #5ebe3c is #66cc33. Color #5ebe3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111110 00111100
Octal 136 276 74
Decimal 94 190 60
Hex 5E BE 3C

RGB Percentages of Color #5ebe3c

%27.33
%55.23
%17.44

CMYK Percentages of Color #5ebe3c

%51
%0
%68
%25

Triadic Colors of #5ebe3c

#5ebe3c #3c5ebe #be3c5e

Analogous Colors of #5ebe3c

#5ebe3c #3cbe5b #9fbe3c

Monochromatic Colors of #5ebe3c

#5ebe3c

Complementary Color

#5ebe3c #9c3cbe

#5ebe3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebe3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebe3c Color CSS Codes

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

#5ebe3c Text Font Color

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

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


#5ebe3c Background Color

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

This div background color is #5ebe3c


#5ebe3c Border Color

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

This div border color is #5ebe3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebe3c


Comments

No comments written yet.

Please login to write comment.