Color Hex Logo

#14250e Color Hex

#14250E
(20,37,14)
0 Favorites   0 Comments

Color spaces of #14250e

RGB 203714
HSL0.290.450.10
HSV104°62°15°
CMYK 0.460.000.62   0.85
XYZ1.02931.50360.6514
Yxy1.50360.32320.4722
Hunter Lab12.2621-6.47525.4338
CIE-Lab12.6309-12.788112.4602

#14250e color RGB value is (20,37,14).

#14250e hex color red value is 20, green value is 37 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #14250e hue: 0.29 , saturation: 0.45 and the lightness value of 14250e is 0.10.

The process color (four color CMYK) of #14250e color hex is 0.46, 0.00, 0.62, 0.85. Web safe color of #14250e is #003300. Color #14250e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100101 00001110
Octal 24 45 16
Decimal 20 37 14
Hex 14 25 E

RGB Percentages of Color #14250e

%28.17
%52.11
%19.72

CMYK Percentages of Color #14250e

%46
%0
%62
%85

Triadic Colors of #14250e

#14250e #0e1425 #250e14

Analogous Colors of #14250e

#14250e #0e2514 #20250e

Monochromatic Colors of #14250e

#14250e

Complementary Color

#14250e #1f0e25

#14250e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14250e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14250e Color CSS Codes

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

#14250e Text Font Color

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

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


#14250e Background Color

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

This div background color is #14250e


#14250e Border Color

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

This div border color is #14250e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14250e


Comments

No comments written yet.

Please login to write comment.