#0d0e0e

#0d0e0e color hex

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

#0d0e0e rgb color chart

Color spaces of #0d0e0e

RGB 131414
HSL0.500.040.05
HSV180°
CMYK 0.070.000.00   0.95
XYZ0.40230.43130.4775
Yxy0.43130.30680.3290
Hunter Lab6.5673-0.55840.2863
CIE-Lab3.8959-0.3129-0.1128

Shades of #0d0e0e

Tints of #0d0e0e

RGB Percentages of Color #0d0e0e

%31.71
%34.15
%34.15

CMYK Percentages of Color #0d0e0e

%7
%0
%0
%95

#0d0e0e Color Info

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

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

Color #0d0e0e contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00001110 00001110
Octal 15 16 16
Decimal 13 14 14
Hexadecimal D E E

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #0d0e0e

Triadic Colors of #0d0e0e

#0d0e0e #0e0d0e #0e0e0d

Analogous Colors of #0d0e0e

#0d0e0e #0d0d0e #0d0e0d

Complementary Color of #0d0e0e

#0d0e0e #0e0d0d

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

#0d0e0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d0e0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d0e0e Color CSS Codes

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

This sample text font color is #0d0e0e
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:#0d0e0e">Text here</p>
#0d0e0e background color

This div background color is #0d0e0e

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

This div border color is #0d0e0e

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

HTML Table Border #0d0e0e Color Sample
#0d0e0eborder color

CSS3 Examples

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

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #0d0e0e

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

Share your comments, give name to this color:



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