Color Hex Logo

#0e2919 Color Hex

#0E2919
(14,41,25)
0 Favorites   0 Comments

Color spaces of #0e2919

RGB 144125
HSL0.400.490.11
HSV144°66°16°
CMYK 0.660.000.39   0.84
XYZ1.14951.74941.1968
Yxy1.74940.28070.4271
Hunter Lab13.2265-7.63313.8937
CIE-Lab14.1130-15.02797.4507

#0e2919 color RGB value is (14,41,25).

#0e2919 hex color red value is 14, green value is 41 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #0e2919 hue: 0.40 , saturation: 0.49 and the lightness value of 0e2919 is 0.11.

The process color (four color CMYK) of #0e2919 color hex is 0.66, 0.00, 0.39, 0.84. Web safe color of #0e2919 is #003300. Color #0e2919 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00101001 00011001
Octal 16 51 31
Decimal 14 41 25
Hex E 29 19

RGB Percentages of Color #0e2919

%17.50
%51.25
%31.25

CMYK Percentages of Color #0e2919

%66
%0
%39
%84

Triadic Colors of #0e2919

#0e2919 #190e29 #29190e

Monochromatic Colors of #0e2919

#0e2919

Complementary Color

#0e2919 #290e1e

#0e2919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e2919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e2919 Color CSS Codes

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

#0e2919 Text Font Color

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

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


#0e2919 Background Color

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

This div background color is #0e2919


#0e2919 Border Color

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

This div border color is #0e2919


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e2919


Comments

No comments written yet.

Please login to write comment.