Color Hex Logo

#0ea60f Color Hex

#0EA60F
(14,166,15)
0 Favorites   0 Comments

Color spaces of #0ea60f

RGB 1416615
HSL0.330.840.35
HSV120°92°65°
CMYK 0.920.000.91   0.35
XYZ13.903527.40035.0079
Yxy27.40030.30020.5916
Hunter Lab52.3453-44.192730.9694
CIE-Lab59.3430-61.304258.2442

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100110 00001111
Octal 16 246 17
Decimal 14 166 15
Hex E A6 F

RGB Percentages of Color #0ea60f

%7.18
%85.13
%7.69

CMYK Percentages of Color #0ea60f

%92
%0
%91
%35

Triadic Colors of #0ea60f

#0ea60f #0f0ea6 #a60f0e

Analogous Colors of #0ea60f

#0ea60f #0ea65b #59a60e

Monochromatic Colors of #0ea60f

#0ea60f

Complementary Color

#0ea60f #a60ea5

#0ea60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea60f Color CSS Codes

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

#0ea60f Text Font Color

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

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


#0ea60f Background Color

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

This div background color is #0ea60f


#0ea60f Border Color

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

This div border color is #0ea60f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea60f


Comments

No comments written yet.

Please login to write comment.