Color Hex Logo

#0ea247 Color Hex

#0EA247
(14,162,71)
0 Favorites   0 Comments

Color spaces of #0ea247

RGB 1416271
HSL0.400.840.35
HSV143°91°64°
CMYK 0.910.000.56   0.36
XYZ14.238826.389010.3044
Yxy26.38900.27960.5181
Hunter Lab51.3702-40.421324.0661
CIE-Lab58.4045-55.157637.1418

#0ea247 color RGB value is (14,162,71).

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

The process color (four color CMYK) of #0ea247 color hex is 0.91, 0.00, 0.56, 0.36. Web safe color of #0ea247 is #009933. Color #0ea247 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100010 01000111
Octal 16 242 107
Decimal 14 162 71
Hex E A2 47

RGB Percentages of Color #0ea247

%5.67
%65.59
%28.74

CMYK Percentages of Color #0ea247

%91
%0
%56
%36

Triadic Colors of #0ea247

#0ea247 #470ea2 #a2470e

Analogous Colors of #0ea247

#0ea247 #0ea291 #1fa20e

Monochromatic Colors of #0ea247

#0ea247

Complementary Color

#0ea247 #a20e69

#0ea247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea247 Color CSS Codes

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

#0ea247 Text Font Color

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

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


#0ea247 Background Color

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

This div background color is #0ea247


#0ea247 Border Color

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

This div border color is #0ea247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea247


Comments

No comments written yet.

Please login to write comment.