Color Hex Logo

#121713 Color Hex

#121713
(18,23,19)
0 Favorites   0 Comments

Color spaces of #121713

RGB 182319
HSL0.370.120.08
HSV132°22°
CMYK 0.220.000.17   0.91
XYZ0.67340.78840.7328
Yxy0.78840.30680.3592
Hunter Lab8.8792-2.00111.3222
CIE-Lab7.1216-3.11121.7970

#121713 color RGB value is (18,23,19).

#121713 hex color red value is 18, green value is 23 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #121713 hue: 0.37 , saturation: 0.12 and the lightness value of 121713 is 0.08.

The process color (four color CMYK) of #121713 color hex is 0.22, 0.00, 0.17, 0.91. Web safe color of #121713 is #000000. Color #121713 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010111 00010011
Octal 22 27 23
Decimal 18 23 19
Hex 12 17 13

RGB Percentages of Color #121713

%30.00
%38.33
%31.67

CMYK Percentages of Color #121713

%22
%0
%17
%91

Triadic Colors of #121713

#121713 #131217 #171312

Analogous Colors of #121713

#121713 #121716 #141712

Monochromatic Colors of #121713

#121713

Complementary Color

#121713 #171216

#121713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121713 Color CSS Codes

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

#121713 Text Font Color

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

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


#121713 Background Color

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

This div background color is #121713


#121713 Border Color

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

This div border color is #121713


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,23,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121713


Comments

No comments written yet.

Please login to write comment.