Color Hex Logo

#12130d Color Hex

#12130D
(18,19,13)
0 Favorites   0 Comments

Color spaces of #12130d

RGB 181913
HSL0.190.190.06
HSV70°32°
CMYK 0.050.000.32   0.93
XYZ0.55500.62340.4718
Yxy0.62340.33630.3778
Hunter Lab7.8956-1.27001.9840
CIE-Lab5.6311-1.53712.9605

#12130d color RGB value is (18,19,13).

#12130d hex color red value is 18, green value is 19 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #12130d hue: 0.19 , saturation: 0.19 and the lightness value of 12130d is 0.06.

The process color (four color CMYK) of #12130d color hex is 0.05, 0.00, 0.32, 0.93. Web safe color of #12130d is #000000. Color #12130d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010011 00001101
Octal 22 23 15
Decimal 18 19 13
Hex 12 13 D

RGB Percentages of Color #12130d

%36.00
%38.00
%26.00

CMYK Percentages of Color #12130d

%5
%0
%32
%93

Triadic Colors of #12130d

#12130d #0d1213 #130d12

Analogous Colors of #12130d

#12130d #0f130d #13110d

Monochromatic Colors of #12130d

#12130d

Complementary Color

#12130d #0e0d13

#12130d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12130d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12130d Color CSS Codes

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

#12130d Text Font Color

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

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


#12130d Background Color

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

This div background color is #12130d


#12130d Border Color

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

This div border color is #12130d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12130d

#12130d Color Palettes


Comments

No comments written yet.

Please login to write comment.