Color Hex Logo

#0eb54d Color Hex

#0EB54D
(14,181,77)
0 Favorites   0 Comments

Color spaces of #0eb54d

RGB 1418177
HSL0.400.860.38
HSV143°92°71°
CMYK 0.920.000.57   0.29
XYZ18.044533.676912.5704
Yxy33.67690.28070.5238
Hunter Lab58.0318-46.052627.7793
CIE-Lab64.7053-60.499441.7618

#0eb54d color RGB value is (14,181,77).

#0eb54d hex color red value is 14, green value is 181 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #0eb54d hue: 0.40 , saturation: 0.86 and the lightness value of 0eb54d is 0.38.

The process color (four color CMYK) of #0eb54d color hex is 0.92, 0.00, 0.57, 0.29. Web safe color of #0eb54d is #00cc66. Color #0eb54d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10110101 01001101
Octal 16 265 115
Decimal 14 181 77
Hex E B5 4D

RGB Percentages of Color #0eb54d

%5.15
%66.54
%28.31

CMYK Percentages of Color #0eb54d

%92
%0
%57
%29

Triadic Colors of #0eb54d

#0eb54d #4d0eb5 #b54d0e

Analogous Colors of #0eb54d

#0eb54d #0eb5a1 #23b50e

Monochromatic Colors of #0eb54d

#0eb54d

Complementary Color

#0eb54d #b50e76

#0eb54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eb54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eb54d Color CSS Codes

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

#0eb54d Text Font Color

<p style="color:#0eb54d">Text here</p>

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


#0eb54d Background Color

<div style="background-color:#0eb54d">
Div content here</div>

This div background color is #0eb54d


#0eb54d Border Color

<div style="border:3px solid #0eb54d">
Div here</div>

This div border color is #0eb54d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,181,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0eb54d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0eb54d;
  -webkit-box-shadow: 1px 1px 3px 2px #0eb54d;
  box-shadow:         1px 1px 3px 2px #0eb54d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eb54d


Comments

No comments written yet.

Please login to write comment.