Color Hex Logo

#0eb219 Color Hex

#0EB219
(14,178,25)
0 Favorites   0 Comments

Color spaces of #0eb219

RGB 1417825
HSL0.340.850.38
HSV124°92°70°
CMYK 0.920.000.86   0.30
XYZ16.277032.00436.2393
Yxy32.00430.29850.5870
Hunter Lab56.5723-47.643633.0616
CIE-Lab63.3464-64.349259.6981

#0eb219 color RGB value is (14,178,25).

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

The process color (four color CMYK) of #0eb219 color hex is 0.92, 0.00, 0.86, 0.30. Web safe color of #0eb219 is #009900. Color #0eb219 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10110010 00011001
Octal 16 262 31
Decimal 14 178 25
Hex E B2 19

RGB Percentages of Color #0eb219

%6.45
%82.03
%11.52

CMYK Percentages of Color #0eb219

%92
%0
%86
%30

Triadic Colors of #0eb219

#0eb219 #190eb2 #b2190e

Analogous Colors of #0eb219

#0eb219 #0eb26b #55b20e

Monochromatic Colors of #0eb219

#0eb219

Complementary Color

#0eb219 #b20ea7

#0eb219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eb219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eb219 Color CSS Codes

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

#0eb219 Text Font Color

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

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


#0eb219 Background Color

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

This div background color is #0eb219


#0eb219 Border Color

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

This div border color is #0eb219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eb219


Comments

No comments written yet.

Please login to write comment.