Color Hex Logo

#14b01d Color Hex

#14B01D
(20,176,29)
0 Favorites   0 Comments

Color spaces of #14b01d

RGB 2017629
HSL0.340.800.38
HSV123°89°69°
CMYK 0.890.000.84   0.31
XYZ16.035631.28816.3564
Yxy31.28810.29870.5829
Hunter Lab55.9358-46.715432.4175
CIE-Lab62.7501-63.158258.1905

#14b01d color RGB value is (20,176,29).

#14b01d hex color red value is 20, green value is 176 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #14b01d hue: 0.34 , saturation: 0.80 and the lightness value of 14b01d is 0.38.

The process color (four color CMYK) of #14b01d color hex is 0.89, 0.00, 0.84, 0.31. Web safe color of #14b01d is #009933. Color #14b01d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10110000 00011101
Octal 24 260 35
Decimal 20 176 29
Hex 14 B0 1D

RGB Percentages of Color #14b01d

%8.89
%78.22
%12.89

CMYK Percentages of Color #14b01d

%89
%0
%84
%31

Triadic Colors of #14b01d

#14b01d #1d14b0 #b01d14

Analogous Colors of #14b01d

#14b01d #14b06b #59b014

Monochromatic Colors of #14b01d

#14b01d

Complementary Color

#14b01d #b014a7

#14b01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14b01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14b01d Color CSS Codes

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

#14b01d Text Font Color

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

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


#14b01d Background Color

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

This div background color is #14b01d


#14b01d Border Color

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

This div border color is #14b01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14b01d


Comments

No comments written yet.

Please login to write comment.