Color Hex Logo

#0e250f Color Hex

#0E250F
(14,37,15)
0 Favorites   0 Comments

Color spaces of #0e250f

RGB 143715
HSL0.340.450.10
HSV123°62°15°
CMYK 0.620.000.59   0.85
XYZ0.92891.45100.6830
Yxy1.45100.30330.4737
Hunter Lab12.0457-7.31515.0702
CIE-Lab12.2931-15.052411.4258

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00100101 00001111
Octal 16 45 17
Decimal 14 37 15
Hex E 25 F

RGB Percentages of Color #0e250f

%21.21
%56.06
%22.73

CMYK Percentages of Color #0e250f

%62
%0
%59
%85

Triadic Colors of #0e250f

#0e250f #0f0e25 #250f0e

Analogous Colors of #0e250f

#0e250f #0e251b #19250e

Monochromatic Colors of #0e250f

#0e250f

Complementary Color

#0e250f #250e24

#0e250f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e250f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e250f Color CSS Codes

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

#0e250f Text Font Color

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

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


#0e250f Background Color

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

This div background color is #0e250f


#0e250f Border Color

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

This div border color is #0e250f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e250f


Comments

No comments written yet.

Please login to write comment.