#0e0e0e

#0e0e0e color hex

#0e0e0e hex color information.
RGB value of #0e0e0e is (14,14,14)
Change page background color to #0e0e0e | Reset

#0e0e0e rgb color chart

Color spaces of #0e0e0e

RGB 141414
HSL0.000.000.05
HSV
CMYK 0.000.000.00   0.95
XYZ0.41740.43910.4782
Yxy0.43910.31270.3290
Hunter Lab6.6265-0.35260.3598
CIE-Lab3.96640.0020-0.0014

Shades of #0e0e0e

Tints of #0e0e0e

RGB Percentages of Color #0e0e0e

%33.33
%33.33
%33.33

CMYK Percentages of Color #0e0e0e

%0
%0
%0
%95

#0e0e0e Color Info

#0e0e0e hex color red value is 14, green value is 14 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #0e0e0e hue: 0.00 , saturation: 0.00 and the lightness value of 0e0e0e is 0.05.

The process color (four color CMYK) of #0e0e0e hex color is 0.00, 0.00, 0.00, 0.95. Web safe color of #0e0e0e is #000000

Color #0e0e0e rgb is equally color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00001110 00001110
Octal 16 16 16
Decimal 14 14 14
Hexadecimal E E E

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #0e0e0e

Analogous Colors of #0e0e0e

Analogous colors are identical


#0e0e0e HSL Color Chart
#0e0e0e hsl color chart
#0e0e0e RGB Color Chart

#0e0e0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e0e0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e0e0e Color CSS Codes

.mybgcolor {background-color:#0e0e0e; } 
.myforecolor {color:#0e0e0e; }
.mybordercolor {border:3px solid #0e0e0e; }
Sample text font color #0e0e0e

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

html code
<p style="color:#0e0e0e">Text here</p>
#0e0e0e background color

This div background color is #0e0e0e

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

This div border color is #0e0e0e

<div style="border:3px solid #0e0e0e">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #0e0e0e Color Sample
#0e0e0eborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(14,14,14, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #0e0e0e; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #0e0e0e;
  -webkit-box-shadow: 1px 1px 3px 2px #0e0e0e;
  box-shadow:         1px 1px 3px 2px #0e0e0e; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(14,14,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 #0e0e0e">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #0e0e0e

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

#0e0e0e in Color Palettes


Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top