Color Hex Logo

#0eb618 Color Hex

#0EB618
(14,182,24)
0 Favorites   0 Comments

Color spaces of #0eb618

RGB 1418224
HSL0.340.860.38
HSV124°92°71°
CMYK 0.920.000.87   0.29
XYZ17.073933.61526.4527
Yxy33.61520.29880.5883
Hunter Lab57.9786-48.896833.9864
CIE-Lab64.6560-65.534561.0867

#0eb618 color RGB value is (14,182,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10110110 00011000
Octal 16 266 30
Decimal 14 182 24
Hex E B6 18

RGB Percentages of Color #0eb618

%6.36
%82.73
%10.91

CMYK Percentages of Color #0eb618

%92
%0
%87
%29

Triadic Colors of #0eb618

#0eb618 #180eb6 #b6180e

Analogous Colors of #0eb618

#0eb618 #0eb66c #58b60e

Monochromatic Colors of #0eb618

#0eb618

Complementary Color

#0eb618 #b60eac

#0eb618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eb618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eb618 Color CSS Codes

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

#0eb618 Text Font Color

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

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


#0eb618 Background Color

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

This div background color is #0eb618


#0eb618 Border Color

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

This div border color is #0eb618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eb618


Comments

No comments written yet.

Please login to write comment.