Color Hex Logo

#142703 Color Hex

#142703
(20,39,3)
0 Favorites   0 Comments

Color spaces of #142703

RGB 20393
HSL0.250.860.08
HSV92°92°15°
CMYK 0.490.000.92   0.85
XYZ1.03041.60630.3419
Yxy1.60630.34590.5393
Hunter Lab12.6740-7.66747.2724
CIE-Lab13.2685-15.496817.9864

#142703 color RGB value is (20,39,3).

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

The process color (four color CMYK) of #142703 color hex is 0.49, 0.00, 0.92, 0.85. Web safe color of #142703 is #003300. Color #142703 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100111 00000011
Octal 24 47 3
Decimal 20 39 3
Hex 14 27 3

RGB Percentages of Color #142703

%32.26
%62.90
%4.84

CMYK Percentages of Color #142703

%49
%0
%92
%85

Triadic Colors of #142703

#142703 #031427 #270314

Analogous Colors of #142703

#142703 #032704 #262703

Monochromatic Colors of #142703

#142703

Complementary Color

#142703 #160327

#142703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142703 Color CSS Codes

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

#142703 Text Font Color

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

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


#142703 Background Color

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

This div background color is #142703


#142703 Border Color

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

This div border color is #142703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142703


Comments

No comments written yet.

Please login to write comment.