Color Hex Logo

#14653d Color Hex

#14653D
(20,101,61)
0 Favorites   0 Comments

Color spaces of #14653d

RGB 2010161
HSL0.420.670.24
HSV150°80°40°
CMYK 0.800.000.40   0.60
XYZ5.78459.79306.0002
Yxy9.79300.26810.4538
Hunter Lab31.2938-21.769210.5375
CIE-Lab37.4683-33.793416.0785

#14653d color RGB value is (20,101,61).

#14653d hex color red value is 20, green value is 101 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #14653d hue: 0.42 , saturation: 0.67 and the lightness value of 14653d is 0.24.

The process color (four color CMYK) of #14653d color hex is 0.80, 0.00, 0.40, 0.60. Web safe color of #14653d is #006633. Color #14653d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100101 00111101
Octal 24 145 75
Decimal 20 101 61
Hex 14 65 3D

RGB Percentages of Color #14653d

%10.99
%55.49
%33.52

CMYK Percentages of Color #14653d

%80
%0
%40
%60

Triadic Colors of #14653d

#14653d #3d1465 #653d14

Analogous Colors of #14653d

#14653d #146565 #146515

Monochromatic Colors of #14653d

#14653d

Complementary Color

#14653d #65143c

#14653d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14653d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14653d Color CSS Codes

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

#14653d Text Font Color

<p style="color:#14653d">Text here</p>

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


#14653d Background Color

<div style="background-color:#14653d">
Div content here</div>

This div background color is #14653d


#14653d Border Color

<div style="border:3px solid #14653d">
Div here</div>

This div border color is #14653d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,101,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14653d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14653d;
  -webkit-box-shadow: 1px 1px 3px 2px #14653d;
  box-shadow:         1px 1px 3px 2px #14653d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14653d


Comments

No comments written yet.

Please login to write comment.