Color Hex Logo

#121117 Color Hex

#121117
(18,17,23)
0 Favorites   0 Comments

Color spaces of #121117

RGB 181723
HSL0.690.150.08
HSV250°26°
CMYK 0.220.260.00   0.91
XYZ0.60460.59140.8929
Yxy0.59140.28940.2831
Hunter Lab7.69030.5755-1.5009
CIE-Lab5.34211.7406-3.5611

#121117 color RGB value is (18,17,23).

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

The process color (four color CMYK) of #121117 color hex is 0.22, 0.26, 0.00, 0.91. Web safe color of #121117 is #000000. Color #121117 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010001 00010111
Octal 22 21 27
Decimal 18 17 23
Hex 12 11 17

RGB Percentages of Color #121117

%31.03
%29.31
%39.66

CMYK Percentages of Color #121117

%22
%26
%0
%91

Triadic Colors of #121117

#121117 #171211 #111712

Analogous Colors of #121117

#121117 #151117 #111317

Monochromatic Colors of #121117

#121117

Complementary Color

#121117 #161711

#121117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121117 Color CSS Codes

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

#121117 Text Font Color

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

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


#121117 Background Color

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

This div background color is #121117


#121117 Border Color

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

This div border color is #121117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121117


Comments

No comments written yet.

Please login to write comment.