Color Hex Logo

#0eab36 Color Hex

#0EAB36
(14,171,54)
0 Favorites   0 Comments

Color spaces of #0eab36

RGB 1417154
HSL0.380.850.36
HSV135°92°67°
CMYK 0.920.000.68   0.33
XYZ15.409929.48558.3691
Yxy29.48550.28930.5536
Hunter Lab54.3006-44.369628.8723
CIE-Lab61.2077-60.151448.0808

#0eab36 color RGB value is (14,171,54).

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

The process color (four color CMYK) of #0eab36 color hex is 0.92, 0.00, 0.68, 0.33. Web safe color of #0eab36 is #009933. Color #0eab36 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101011 00110110
Octal 16 253 66
Decimal 14 171 54
Hex E AB 36

RGB Percentages of Color #0eab36

%5.86
%71.55
%22.59

CMYK Percentages of Color #0eab36

%92
%0
%68
%33

Triadic Colors of #0eab36

#0eab36 #360eab #ab360e

Analogous Colors of #0eab36

#0eab36 #0eab85 #34ab0e

Monochromatic Colors of #0eab36

#0eab36

Complementary Color

#0eab36 #ab0e83

#0eab36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eab36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eab36 Color CSS Codes

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

#0eab36 Text Font Color

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

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


#0eab36 Background Color

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

This div background color is #0eab36


#0eab36 Border Color

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

This div border color is #0eab36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eab36


Comments

No comments written yet.

Please login to write comment.