Color Hex Logo

#0e592e Color Hex

#0E592E
(14,89,46)
0 Favorites   0 Comments

Color spaces of #0e592e

RGB 148946
HSL0.400.730.20
HSV146°84°35°
CMYK 0.840.000.48   0.65
XYZ4.24667.43543.7961
Yxy7.43540.27440.4804
Hunter Lab27.2679-19.920010.8335
CIE-Lab32.7782-32.830318.7639

#0e592e color RGB value is (14,89,46).

#0e592e hex color red value is 14, green value is 89 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #0e592e hue: 0.40 , saturation: 0.73 and the lightness value of 0e592e is 0.20.

The process color (four color CMYK) of #0e592e color hex is 0.84, 0.00, 0.48, 0.65. Web safe color of #0e592e is #006633. Color #0e592e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01011001 00101110
Octal 16 131 56
Decimal 14 89 46
Hex E 59 2E

RGB Percentages of Color #0e592e

%9.40
%59.73
%30.87

CMYK Percentages of Color #0e592e

%84
%0
%48
%65

Triadic Colors of #0e592e

#0e592e #2e0e59 #592e0e

Analogous Colors of #0e592e

#0e592e #0e5954 #14590e

Monochromatic Colors of #0e592e

#0e592e

Complementary Color

#0e592e #590e39

#0e592e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e592e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e592e Color CSS Codes

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

#0e592e Text Font Color

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

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


#0e592e Background Color

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

This div background color is #0e592e


#0e592e Border Color

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

This div border color is #0e592e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e592e


Comments

No comments written yet.

Please login to write comment.