Color Hex Logo

#14463b Color Hex

#14463B
(20,70,59)
0 Favorites   0 Comments

Color spaces of #14463b

RGB 207059
HSL0.460.560.18
HSV167°71°27°
CMYK 0.710.000.16   0.73
XYZ3.26814.84484.9006
Yxy4.84480.25110.3723
Hunter Lab22.0109-12.01602.2071
CIE-Lab26.2879-19.68751.7682

#14463b color RGB value is (20,70,59).

#14463b hex color red value is 20, green value is 70 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #14463b hue: 0.46 , saturation: 0.56 and the lightness value of 14463b is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000110 00111011
Octal 24 106 73
Decimal 20 70 59
Hex 14 46 3B

RGB Percentages of Color #14463b

%13.42
%46.98
%39.60

CMYK Percentages of Color #14463b

%71
%0
%16
%73

Triadic Colors of #14463b

#14463b #3b1446 #463b14

Analogous Colors of #14463b

#14463b #143846 #144622

Monochromatic Colors of #14463b

#14463b

Complementary Color

#14463b #46141f

#14463b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14463b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14463b Color CSS Codes

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

#14463b Text Font Color

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

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


#14463b Background Color

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

This div background color is #14463b


#14463b Border Color

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

This div border color is #14463b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14463b


Comments

No comments written yet.

Please login to write comment.