Color Hex Logo

#0e5f16 Color Hex

#0E5F16
(14,95,22)
0 Favorites   0 Comments

Color spaces of #0e5f16

RGB 149522
HSL0.350.740.21
HSV126°85°37°
CMYK 0.850.000.77   0.63
XYZ4.41818.33572.1351
Yxy8.33570.29670.5599
Hunter Lab28.8716-23.210215.8255
CIE-Lab34.6725-38.638133.4340

#0e5f16 color RGB value is (14,95,22).

#0e5f16 hex color red value is 14, green value is 95 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #0e5f16 hue: 0.35 , saturation: 0.74 and the lightness value of 0e5f16 is 0.21.

The process color (four color CMYK) of #0e5f16 color hex is 0.85, 0.00, 0.77, 0.63. Web safe color of #0e5f16 is #006600. Color #0e5f16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01011111 00010110
Octal 16 137 26
Decimal 14 95 22
Hex E 5F 16

RGB Percentages of Color #0e5f16

%10.69
%72.52
%16.79

CMYK Percentages of Color #0e5f16

%85
%0
%77
%63

Triadic Colors of #0e5f16

#0e5f16 #160e5f #5f160e

Analogous Colors of #0e5f16

#0e5f16 #0e5f3f #2f5f0e

Monochromatic Colors of #0e5f16

#0e5f16

Complementary Color

#0e5f16 #5f0e57

#0e5f16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e5f16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e5f16 Color CSS Codes

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

#0e5f16 Text Font Color

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

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


#0e5f16 Background Color

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

This div background color is #0e5f16


#0e5f16 Border Color

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

This div border color is #0e5f16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e5f16


Comments

No comments written yet.

Please login to write comment.