Color Hex Logo

#14170b Color Hex

#14170B
(20,23,11)
0 Favorites   0 Comments

Color spaces of #14170b

RGB 202311
HSL0.210.350.07
HSV75°52°
CMYK 0.130.000.52   0.91
XYZ0.65530.78570.4337
Yxy0.78570.34950.4191
Hunter Lab8.8640-2.31573.3038
CIE-Lab7.0972-3.74766.0331

#14170b color RGB value is (20,23,11).

#14170b hex color red value is 20, green value is 23 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #14170b hue: 0.21 , saturation: 0.35 and the lightness value of 14170b is 0.07.

The process color (four color CMYK) of #14170b color hex is 0.13, 0.00, 0.52, 0.91. Web safe color of #14170b is #000000. Color #14170b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010111 00001011
Octal 24 27 13
Decimal 20 23 11
Hex 14 17 B

RGB Percentages of Color #14170b

%37.04
%42.59
%20.37

CMYK Percentages of Color #14170b

%13
%0
%52
%91

Triadic Colors of #14170b

#14170b #0b1417 #170b14

Analogous Colors of #14170b

#14170b #0e170b #17140b

Monochromatic Colors of #14170b

#14170b

Complementary Color

#14170b #0e0b17

#14170b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14170b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14170b Color CSS Codes

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

#14170b Text Font Color

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

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


#14170b Background Color

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

This div background color is #14170b


#14170b Border Color

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

This div border color is #14170b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,23,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14170b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14170b;
  -webkit-box-shadow: 1px 1px 3px 2px #14170b;
  box-shadow:         1px 1px 3px 2px #14170b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14170b


Comments

No comments written yet.

Please login to write comment.