Color Hex Logo

#14753b Color Hex

#14753B
(20,117,59)
0 Favorites   0 Comments

Color spaces of #14753b

RGB 2011759
HSL0.400.710.27
HSV144°83°46°
CMYK 0.830.000.50   0.54
XYZ7.439213.18716.2909
Yxy13.18710.27640.4899
Hunter Lab36.3140-26.982515.1487
CIE-Lab43.0438-40.621324.4816

#14753b color RGB value is (20,117,59).

#14753b hex color red value is 20, green value is 117 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #14753b hue: 0.40 , saturation: 0.71 and the lightness value of 14753b is 0.27.

The process color (four color CMYK) of #14753b color hex is 0.83, 0.00, 0.50, 0.54. Web safe color of #14753b is #006633. Color #14753b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110101 00111011
Octal 24 165 73
Decimal 20 117 59
Hex 14 75 3B

RGB Percentages of Color #14753b

%10.20
%59.69
%30.10

CMYK Percentages of Color #14753b

%83
%0
%50
%54

Triadic Colors of #14753b

#14753b #3b1475 #753b14

Analogous Colors of #14753b

#14753b #14756c #1e7514

Monochromatic Colors of #14753b

#14753b

Complementary Color

#14753b #75144e

#14753b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14753b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14753b Color CSS Codes

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

#14753b Text Font Color

<p style="color:#14753b">Text here</p>

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


#14753b Background Color

<div style="background-color:#14753b">
Div content here</div>

This div background color is #14753b


#14753b Border Color

<div style="border:3px solid #14753b">
Div here</div>

This div border color is #14753b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,117,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14753b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14753b;
  -webkit-box-shadow: 1px 1px 3px 2px #14753b;
  box-shadow:         1px 1px 3px 2px #14753b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14753b


Comments

No comments written yet.

Please login to write comment.