Color Hex Logo

#0eb03e Color Hex

#0EB03E
(14,176,62)
0 Favorites   0 Comments

Color spaces of #0eb03e

RGB 1417662
HSL0.380.850.37
HSV138°92°69°
CMYK 0.920.000.65   0.31
XYZ16.575931.49189.7623
Yxy31.49180.28660.5446
Hunter Lab56.1176-45.480728.9681
CIE-Lab62.9206-60.824546.5554

#0eb03e color RGB value is (14,176,62).

#0eb03e hex color red value is 14, green value is 176 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #0eb03e hue: 0.38 , saturation: 0.85 and the lightness value of 0eb03e is 0.37.

The process color (four color CMYK) of #0eb03e color hex is 0.92, 0.00, 0.65, 0.31. Web safe color of #0eb03e is #009933. Color #0eb03e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10110000 00111110
Octal 16 260 76
Decimal 14 176 62
Hex E B0 3E

RGB Percentages of Color #0eb03e

%5.56
%69.84
%24.60

CMYK Percentages of Color #0eb03e

%92
%0
%65
%31

Triadic Colors of #0eb03e

#0eb03e #3e0eb0 #b03e0e

Analogous Colors of #0eb03e

#0eb03e #0eb08f #2fb00e

Monochromatic Colors of #0eb03e

#0eb03e

Complementary Color

#0eb03e #b00e80

#0eb03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eb03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eb03e Color CSS Codes

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

#0eb03e Text Font Color

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

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


#0eb03e Background Color

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

This div background color is #0eb03e


#0eb03e Border Color

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

This div border color is #0eb03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eb03e


Comments

No comments written yet.

Please login to write comment.