Color Hex Logo

#14350a Color Hex

#14350A
(20,53,10)
0 Favorites   0 Comments

Color spaces of #14350a

RGB 205310
HSL0.290.680.12
HSV106°81°21°
CMYK 0.620.000.81   0.79
XYZ1.61642.71680.7264
Yxy2.71680.31950.5370
Hunter Lab16.4827-11.33998.9250
CIE-Lab18.8720-21.730522.1480

#14350a color RGB value is (20,53,10).

#14350a hex color red value is 20, green value is 53 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #14350a hue: 0.29 , saturation: 0.68 and the lightness value of 14350a is 0.12.

The process color (four color CMYK) of #14350a color hex is 0.62, 0.00, 0.81, 0.79. Web safe color of #14350a is #003300. Color #14350a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110101 00001010
Octal 24 65 12
Decimal 20 53 10
Hex 14 35 A

RGB Percentages of Color #14350a

%24.10
%63.86
%12.05

CMYK Percentages of Color #14350a

%62
%0
%81
%79

Triadic Colors of #14350a

#14350a #0a1435 #350a14

Analogous Colors of #14350a

#14350a #0a3516 #2a350a

Monochromatic Colors of #14350a

#14350a

Complementary Color

#14350a #2b0a35

#14350a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14350a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14350a Color CSS Codes

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

#14350a Text Font Color

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

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


#14350a Background Color

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

This div background color is #14350a


#14350a Border Color

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

This div border color is #14350a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,53,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 #14350a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14350a


Comments

No comments written yet.

Please login to write comment.