Color Hex Logo

#14250f Color Hex

#14250F
(20,37,15)
0 Favorites   0 Comments

Color spaces of #14250f

RGB 203715
HSL0.300.420.10
HSV106°59°15°
CMYK 0.460.000.59   0.85
XYZ1.03631.50630.6881
Yxy1.50630.32080.4662
Hunter Lab12.2731-6.40615.2671
CIE-Lab12.6481-12.611711.9648

#14250f color RGB value is (20,37,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100101 00001111
Octal 24 45 17
Decimal 20 37 15
Hex 14 25 F

RGB Percentages of Color #14250f

%27.78
%51.39
%20.83

CMYK Percentages of Color #14250f

%46
%0
%59
%85

Triadic Colors of #14250f

#14250f #0f1425 #250f14

Analogous Colors of #14250f

#14250f #0f2515 #1f250f

Monochromatic Colors of #14250f

#14250f

Complementary Color

#14250f #200f25

#14250f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14250f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14250f Color CSS Codes

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

#14250f Text Font Color

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

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


#14250f Background Color

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

This div background color is #14250f


#14250f Border Color

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

This div border color is #14250f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14250f


Comments

No comments written yet.

Please login to write comment.