Color Hex Logo

#0e995a Color Hex

#0E995A
(14,153,90)
0 Favorites   0 Comments

Color spaces of #0e995a

RGB 1415390
HSL0.420.830.33
HSV153°91°60°
CMYK 0.910.000.41   0.40
XYZ13.417823.614013.5236
Yxy23.61400.26540.4671
Hunter Lab48.5942-35.752617.5158
CIE-Lab55.6992-48.702423.8323

#0e995a color RGB value is (14,153,90).

#0e995a hex color red value is 14, green value is 153 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #0e995a hue: 0.42 , saturation: 0.83 and the lightness value of 0e995a is 0.33.

The process color (four color CMYK) of #0e995a color hex is 0.91, 0.00, 0.41, 0.40. Web safe color of #0e995a is #009966. Color #0e995a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10011001 01011010
Octal 16 231 132
Decimal 14 153 90
Hex E 99 5A

RGB Percentages of Color #0e995a

%5.45
%59.53
%35.02

CMYK Percentages of Color #0e995a

%91
%0
%41
%40

Triadic Colors of #0e995a

#0e995a #5a0e99 #995a0e

Analogous Colors of #0e995a

#0e995a #0e9399 #0e9915

Monochromatic Colors of #0e995a

#0e995a

Complementary Color

#0e995a #990e4d

#0e995a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e995a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e995a Color CSS Codes

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

#0e995a Text Font Color

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

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


#0e995a Background Color

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

This div background color is #0e995a


#0e995a Border Color

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

This div border color is #0e995a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e995a


Comments

No comments written yet.

Please login to write comment.