Color Hex Logo

#14250a Color Hex

#14250A
(20,37,10)
0 Favorites   0 Comments

Color spaces of #14250a

RGB 203710
HSL0.270.570.09
HSV98°73°15°
CMYK 0.460.000.73   0.85
XYZ1.00481.49380.5225
Yxy1.49380.33260.4945
Hunter Lab12.2221-6.71396.0208
CIE-Lab12.5686-13.404214.1964

#14250a color RGB value is (20,37,10).

#14250a hex color red value is 20, green value is 37 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #14250a hue: 0.27 , saturation: 0.57 and the lightness value of 14250a is 0.09.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100101 00001010
Octal 24 45 12
Decimal 20 37 10
Hex 14 25 A

RGB Percentages of Color #14250a

%29.85
%55.22
%14.93

CMYK Percentages of Color #14250a

%46
%0
%73
%85

Triadic Colors of #14250a

#14250a #0a1425 #250a14

Analogous Colors of #14250a

#14250a #0a250e #22250a

Monochromatic Colors of #14250a

#14250a

Complementary Color

#14250a #1b0a25

#14250a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14250a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14250a Color CSS Codes

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

#14250a Text Font Color

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

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


#14250a Background Color

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

This div background color is #14250a


#14250a Border Color

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

This div border color is #14250a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14250a


Comments

No comments written yet.

Please login to write comment.