Color Hex Logo

#142304 Color Hex

#142304
(20,35,4)
0 Favorites   0 Comments

Color spaces of #142304

RGB 20354
HSL0.250.790.08
HSV89°89°14°
CMYK 0.430.000.89   0.86
XYZ0.91141.35960.3292
Yxy1.35960.35050.5229
Hunter Lab11.6602-6.45326.4882
CIE-Lab11.6861-13.111615.4398

#142304 color RGB value is (20,35,4).

#142304 hex color red value is 20, green value is 35 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #142304 hue: 0.25 , saturation: 0.79 and the lightness value of 142304 is 0.08.

The process color (four color CMYK) of #142304 color hex is 0.43, 0.00, 0.89, 0.86. Web safe color of #142304 is #003300. Color #142304 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100011 00000100
Octal 24 43 4
Decimal 20 35 4
Hex 14 23 4

RGB Percentages of Color #142304

%33.90
%59.32
%6.78

CMYK Percentages of Color #142304

%43
%0
%89
%86

Triadic Colors of #142304

#142304 #041423 #230414

Analogous Colors of #142304

#142304 #042304 #232304

Monochromatic Colors of #142304

#142304

Complementary Color

#142304 #130423

#142304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142304 Color CSS Codes

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

#142304 Text Font Color

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

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


#142304 Background Color

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

This div background color is #142304


#142304 Border Color

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

This div border color is #142304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142304


Comments

No comments written yet.

Please login to write comment.