Color Hex Logo

#0ea61a Color Hex

#0EA61A
(14,166,26)
0 Favorites   0 Comments

Color spaces of #0ea61a

RGB 1416626
HSL0.350.840.35
HSV125°92°65°
CMYK 0.920.000.84   0.35
XYZ14.003827.44045.5357
Yxy27.44040.29810.5841
Hunter Lab52.3836-43.952530.4030
CIE-Lab59.3798-60.830655.8738

#0ea61a color RGB value is (14,166,26).

#0ea61a hex color red value is 14, green value is 166 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #0ea61a hue: 0.35 , saturation: 0.84 and the lightness value of 0ea61a is 0.35.

The process color (four color CMYK) of #0ea61a color hex is 0.92, 0.00, 0.84, 0.35. Web safe color of #0ea61a is #009933. Color #0ea61a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100110 00011010
Octal 16 246 32
Decimal 14 166 26
Hex E A6 1A

RGB Percentages of Color #0ea61a

%6.80
%80.58
%12.62

CMYK Percentages of Color #0ea61a

%92
%0
%84
%35

Triadic Colors of #0ea61a

#0ea61a #1a0ea6 #a61a0e

Analogous Colors of #0ea61a

#0ea61a #0ea666 #4ea60e

Monochromatic Colors of #0ea61a

#0ea61a

Complementary Color

#0ea61a #a60e9a

#0ea61a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea61a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea61a Color CSS Codes

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

#0ea61a Text Font Color

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

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


#0ea61a Background Color

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

This div background color is #0ea61a


#0ea61a Border Color

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

This div border color is #0ea61a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea61a


Comments

No comments written yet.

Please login to write comment.