Color Hex Logo

#0e250e Color Hex

#0E250E
(14,37,14)
0 Favorites   0 Comments

Color spaces of #0e250e

RGB 143714
HSL0.330.450.10
HSV120°62°15°
CMYK 0.620.000.62   0.85
XYZ0.92191.44820.6464
Yxy1.44820.30560.4801
Hunter Lab12.0341-7.38535.2392
CIE-Lab12.2749-15.243111.9179

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00100101 00001110
Octal 16 45 16
Decimal 14 37 14
Hex E 25 E

RGB Percentages of Color #0e250e

%21.54
%56.92
%21.54

CMYK Percentages of Color #0e250e

%62
%0
%62
%85

Triadic Colors of #0e250e

#0e250e #0e0e25 #250e0e

Analogous Colors of #0e250e

#0e250e #0e251a #1a250e

Monochromatic Colors of #0e250e

#0e250e

Complementary Color

#0e250e #250e25

#0e250e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e250e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e250e Color CSS Codes

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

#0e250e Text Font Color

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

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


#0e250e Background Color

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

This div background color is #0e250e


#0e250e Border Color

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

This div border color is #0e250e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e250e


Comments

No comments written yet.

Please login to write comment.