Color Hex Logo

#14261b Color Hex

#14261B
(20,38,27)
0 Favorites   0 Comments

Color spaces of #14261b

RGB 203827
HSL0.400.310.11
HSV143°47°15°
CMYK 0.470.000.29   0.85
XYZ1.17941.61411.2863
Yxy1.61410.28910.3956
Hunter Lab12.7047-5.66282.8904
CIE-Lab13.3158-10.60494.9942

#14261b color RGB value is (20,38,27).

#14261b hex color red value is 20, green value is 38 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #14261b hue: 0.40 , saturation: 0.31 and the lightness value of 14261b is 0.11.

The process color (four color CMYK) of #14261b color hex is 0.47, 0.00, 0.29, 0.85. Web safe color of #14261b is #003333. Color #14261b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100110 00011011
Octal 24 46 33
Decimal 20 38 27
Hex 14 26 1B

RGB Percentages of Color #14261b

%23.53
%44.71
%31.76

CMYK Percentages of Color #14261b

%47
%0
%29
%85

Triadic Colors of #14261b

#14261b #1b1426 #261b14

Analogous Colors of #14261b

#14261b #142624 #162614

Monochromatic Colors of #14261b

#14261b

Complementary Color

#14261b #26141f

#14261b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14261b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14261b Color CSS Codes

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

#14261b Text Font Color

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

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


#14261b Background Color

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

This div background color is #14261b


#14261b Border Color

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

This div border color is #14261b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14261b


Comments

No comments written yet.

Please login to write comment.