Color Hex Logo

#0eab04 Color Hex

#0EAB04
(14,171,4)
0 Favorites   0 Comments

Color spaces of #0eab04

RGB 141714
HSL0.320.950.34
HSV116°98°67°
CMYK 0.920.000.98   0.33
XYZ14.765929.22794.9782
Yxy29.22790.30150.5968
Hunter Lab54.0628-45.857232.3845
CIE-Lab60.9822-63.031661.2124

#0eab04 color RGB value is (14,171,4).

#0eab04 hex color red value is 14, green value is 171 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #0eab04 hue: 0.32 , saturation: 0.95 and the lightness value of 0eab04 is 0.34.

The process color (four color CMYK) of #0eab04 color hex is 0.92, 0.00, 0.98, 0.33. Web safe color of #0eab04 is #009900. Color #0eab04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101011 00000100
Octal 16 253 4
Decimal 14 171 4
Hex E AB 4

RGB Percentages of Color #0eab04

%7.41
%90.48
%2.12

CMYK Percentages of Color #0eab04

%92
%0
%98
%33

Triadic Colors of #0eab04

#0eab04 #040eab #ab040e

Analogous Colors of #0eab04

#0eab04 #04ab4d #62ab04

Monochromatic Colors of #0eab04

#0eab04

Complementary Color

#0eab04 #a104ab

#0eab04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eab04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eab04 Color CSS Codes

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

#0eab04 Text Font Color

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

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


#0eab04 Background Color

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

This div background color is #0eab04


#0eab04 Border Color

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

This div border color is #0eab04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eab04


Comments

No comments written yet.

Please login to write comment.