Color Hex Logo

#12420d Color Hex

#12420D
(18,66,13)
0 Favorites   0 Comments

Color spaces of #12420d

RGB 186613
HSL0.320.670.15
HSV114°80°26°
CMYK 0.730.000.80   0.74
XYZ2.27034.05411.0436
Yxy4.05410.30810.5502
Hunter Lab20.1348-15.109111.0213
CIE-Lab23.8495-27.768726.2224

#12420d color RGB value is (18,66,13).

#12420d hex color red value is 18, green value is 66 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #12420d hue: 0.32 , saturation: 0.67 and the lightness value of 12420d is 0.15.

The process color (four color CMYK) of #12420d color hex is 0.73, 0.00, 0.80, 0.74. Web safe color of #12420d is #003300. Color #12420d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000010 00001101
Octal 22 102 15
Decimal 18 66 13
Hex 12 42 D

RGB Percentages of Color #12420d

%18.56
%68.04
%13.40

CMYK Percentages of Color #12420d

%73
%0
%80
%74

Triadic Colors of #12420d

#12420d #0d1242 #420d12

Analogous Colors of #12420d

#12420d #0d4223 #2d420d

Monochromatic Colors of #12420d

#12420d

Complementary Color

#12420d #3d0d42

#12420d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12420d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12420d Color CSS Codes

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

#12420d Text Font Color

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

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


#12420d Background Color

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

This div background color is #12420d


#12420d Border Color

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

This div border color is #12420d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,66,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 #12420d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12420d


Comments

No comments written yet.

Please login to write comment.