Color Hex Logo

#0ebe2c Color Hex

#0EBE2C
(14,190,44)
0 Favorites   0 Comments

Color spaces of #0ebe2c

RGB 1419044
HSL0.360.860.40
HSV130°93°75°
CMYK 0.930.000.77   0.25
XYZ19.049237.10218.5403
Yxy37.10210.29450.5735
Hunter Lab60.9115-50.771834.3251
CIE-Lab67.3536-66.676958.1011

#0ebe2c color RGB value is (14,190,44).

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

The process color (four color CMYK) of #0ebe2c color hex is 0.93, 0.00, 0.77, 0.25. Web safe color of #0ebe2c is #00cc33. Color #0ebe2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111110 00101100
Octal 16 276 54
Decimal 14 190 44
Hex E BE 2C

RGB Percentages of Color #0ebe2c

%5.65
%76.61
%17.74

CMYK Percentages of Color #0ebe2c

%93
%0
%77
%25

Triadic Colors of #0ebe2c

#0ebe2c #2c0ebe #be2c0e

Analogous Colors of #0ebe2c

#0ebe2c #0ebe84 #48be0e

Monochromatic Colors of #0ebe2c

#0ebe2c

Complementary Color

#0ebe2c #be0ea0

#0ebe2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebe2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebe2c Color CSS Codes

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

#0ebe2c Text Font Color

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

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


#0ebe2c Background Color

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

This div background color is #0ebe2c


#0ebe2c Border Color

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

This div border color is #0ebe2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebe2c


Comments

No comments written yet.

Please login to write comment.