Color Hex Logo

#0e251f Color Hex

#0E251F
(14,37,31)
0 Favorites   0 Comments

Color spaces of #0e251f

RGB 143731
HSL0.460.450.10
HSV164°62°15°
CMYK 0.620.000.16   0.85
XYZ1.09001.51541.5314
Yxy1.51540.26350.3663
Hunter Lab12.3102-5.73751.2414
CIE-Lab12.7056-10.97701.2155

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00100101 00011111
Octal 16 45 37
Decimal 14 37 31
Hex E 25 1F

RGB Percentages of Color #0e251f

%17.07
%45.12
%37.80

CMYK Percentages of Color #0e251f

%62
%0
%16
%85

Triadic Colors of #0e251f

#0e251f #1f0e25 #251f0e

Analogous Colors of #0e251f

#0e251f #0e2025 #0e2514

Monochromatic Colors of #0e251f

#0e251f

Complementary Color

#0e251f #250e14

#0e251f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e251f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e251f Color CSS Codes

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

#0e251f Text Font Color

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

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


#0e251f Background Color

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

This div background color is #0e251f


#0e251f Border Color

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

This div border color is #0e251f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e251f


Comments

No comments written yet.

Please login to write comment.