Color Hex Logo

#0e2512 Color Hex

#0E2512
(14,37,18)
0 Favorites   0 Comments

Color spaces of #0e2512

RGB 143718
HSL0.360.450.10
HSV130°62°15°
CMYK 0.620.000.51   0.85
XYZ0.95191.46020.8039
Yxy1.46020.29600.4540
Hunter Lab12.0839-7.08554.5143
CIE-Lab12.3528-14.43459.7993

#0e2512 color RGB value is (14,37,18).

#0e2512 hex color red value is 14, green value is 37 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #0e2512 hue: 0.36 , saturation: 0.45 and the lightness value of 0e2512 is 0.10.

The process color (four color CMYK) of #0e2512 color hex is 0.62, 0.00, 0.51, 0.85. Web safe color of #0e2512 is #003300. Color #0e2512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00100101 00010010
Octal 16 45 22
Decimal 14 37 18
Hex E 25 12

RGB Percentages of Color #0e2512

%20.29
%53.62
%26.09

CMYK Percentages of Color #0e2512

%62
%0
%51
%85

Triadic Colors of #0e2512

#0e2512 #120e25 #25120e

Analogous Colors of #0e2512

#0e2512 #0e251e #16250e

Monochromatic Colors of #0e2512

#0e2512

Complementary Color

#0e2512 #250e21

#0e2512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e2512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e2512 Color CSS Codes

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

#0e2512 Text Font Color

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

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


#0e2512 Background Color

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

This div background color is #0e2512


#0e2512 Border Color

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

This div border color is #0e2512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e2512


Comments

No comments written yet.

Please login to write comment.