Color Hex Logo

#142121 Color Hex

#142121
(20,33,33)
0 Favorites   0 Comments

Color spaces of #142121

RGB 203333
HSL0.500.250.10
HSV180°39°13°
CMYK 0.390.000.00   0.87
XYZ1.10691.34621.6404
Yxy1.34620.27040.3289
Hunter Lab11.6026-3.2754-0.2607
CIE-Lab11.5948-5.6093-1.8189

#142121 color RGB value is (20,33,33).

#142121 hex color red value is 20, green value is 33 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #142121 hue: 0.50 , saturation: 0.25 and the lightness value of 142121 is 0.10.

The process color (four color CMYK) of #142121 color hex is 0.39, 0.00, 0.00, 0.87. Web safe color of #142121 is #003333. Color #142121 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100001 00100001
Octal 24 41 41
Decimal 20 33 33
Hex 14 21 21

RGB Percentages of Color #142121

%23.26
%38.37
%38.37

CMYK Percentages of Color #142121

%39
%0
%0
%87

Triadic Colors of #142121

#142121 #211421 #212114

Analogous Colors of #142121

#142121 #141b21 #14211b

Monochromatic Colors of #142121

#142121

Complementary Color

#142121 #211414

#142121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142121 Color CSS Codes

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

#142121 Text Font Color

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

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


#142121 Background Color

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

This div background color is #142121


#142121 Border Color

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

This div border color is #142121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142121


Comments

No comments written yet.

Please login to write comment.