Color Hex Logo

#14453b Color Hex

#14453B
(20,69,59)
0 Favorites   0 Comments

Color spaces of #14453b

RGB 206959
HSL0.470.550.17
HSV168°71°27°
CMYK 0.710.000.14   0.73
XYZ3.20604.72074.8799
Yxy4.72070.25030.3686
Hunter Lab21.7272-11.68361.8925
CIE-Lab25.9238-19.15411.2406

#14453b color RGB value is (20,69,59).

#14453b hex color red value is 20, green value is 69 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #14453b hue: 0.47 , saturation: 0.55 and the lightness value of 14453b is 0.17.

The process color (four color CMYK) of #14453b color hex is 0.71, 0.00, 0.14, 0.73. Web safe color of #14453b is #003333. Color #14453b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000101 00111011
Octal 24 105 73
Decimal 20 69 59
Hex 14 45 3B

RGB Percentages of Color #14453b

%13.51
%46.62
%39.86

CMYK Percentages of Color #14453b

%71
%0
%14
%73

Triadic Colors of #14453b

#14453b #3b1445 #453b14

Analogous Colors of #14453b

#14453b #143745 #144523

Monochromatic Colors of #14453b

#14453b

Complementary Color

#14453b #45141e

#14453b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14453b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14453b Color CSS Codes

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

#14453b Text Font Color

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

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


#14453b Background Color

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

This div background color is #14453b


#14453b Border Color

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

This div border color is #14453b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14453b


Comments

No comments written yet.

Please login to write comment.