Color Hex Logo

#06140d Color Hex

#06140D
(6,20,13)
0 Favorites   0 Comments

Color spaces of #06140d

RGB 62013
HSL0.420.540.05
HSV150°70°
CMYK 0.700.000.35   0.92
XYZ0.39790.56810.4694
Yxy0.56810.27720.3958
Hunter Lab7.5372-3.76691.5836
CIE-Lab5.1316-5.81942.1336

#06140d color RGB value is (6,20,13).

#06140d hex color red value is 6, green value is 20 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #06140d hue: 0.42 , saturation: 0.54 and the lightness value of 06140d is 0.05.

The process color (four color CMYK) of #06140d color hex is 0.70, 0.00, 0.35, 0.92. Web safe color of #06140d is #000000. Color #06140d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010100 00001101
Octal 6 24 15
Decimal 6 20 13
Hex 6 14 D

RGB Percentages of Color #06140d

%15.38
%51.28
%33.33

CMYK Percentages of Color #06140d

%70
%0
%35
%92

Triadic Colors of #06140d

#06140d #0d0614 #140d06

Analogous Colors of #06140d

#06140d #061414 #061406

Monochromatic Colors of #06140d

#06140d

Complementary Color

#06140d #14060d

#06140d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06140d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06140d Color CSS Codes

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

#06140d Text Font Color

<p style="color:#06140d">Text here</p>

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


#06140d Background Color

<div style="background-color:#06140d">
Div content here</div>

This div background color is #06140d


#06140d Border Color

<div style="border:3px solid #06140d">
Div here</div>

This div border color is #06140d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,20,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06140d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06140d;
  -webkit-box-shadow: 1px 1px 3px 2px #06140d;
  box-shadow:         1px 1px 3px 2px #06140d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06140d


Comments

No comments written yet.

Please login to write comment.