Color Hex Logo

#0ea60e Color Hex

#0EA60E
(14,166,14)
0 Favorites   0 Comments

Color spaces of #0ea60e

RGB 1416614
HSL0.330.840.35
HSV120°92°65°
CMYK 0.920.000.92   0.35
XYZ13.896627.39754.9713
Yxy27.39750.30040.5922
Hunter Lab52.3426-44.209131.0087
CIE-Lab59.3405-61.336758.4148

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100110 00001110
Octal 16 246 16
Decimal 14 166 14
Hex E A6 E

RGB Percentages of Color #0ea60e

%7.22
%85.57
%7.22

CMYK Percentages of Color #0ea60e

%92
%0
%92
%35

Triadic Colors of #0ea60e

#0ea60e #0e0ea6 #a60e0e

Analogous Colors of #0ea60e

#0ea60e #0ea65a #5aa60e

Monochromatic Colors of #0ea60e

#0ea60e

Complementary Color

#0ea60e #a60ea6

#0ea60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea60e Color CSS Codes

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

#0ea60e Text Font Color

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

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


#0ea60e Background Color

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

This div background color is #0ea60e


#0ea60e Border Color

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

This div border color is #0ea60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea60e


Comments

No comments written yet.

Please login to write comment.