Color Hex Logo

#14363a Color Hex

#14363A
(20,54,58)
0 Favorites   0 Comments

Color spaces of #14363a

RGB 205458
HSL0.520.490.15
HSV186°66°23°
CMYK 0.660.070.00   0.77
XYZ2.37143.09254.4749
Yxy3.09250.23860.3112
Hunter Lab17.5855-6.7040-2.7774
CIE-Lab20.4106-10.8394-6.2425

#14363a color RGB value is (20,54,58).

#14363a hex color red value is 20, green value is 54 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #14363a hue: 0.52 , saturation: 0.49 and the lightness value of 14363a is 0.15.

The process color (four color CMYK) of #14363a color hex is 0.66, 0.07, 0.00, 0.77. Web safe color of #14363a is #003333. Color #14363a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110110 00111010
Octal 24 66 72
Decimal 20 54 58
Hex 14 36 3A

RGB Percentages of Color #14363a

%15.15
%40.91
%43.94

CMYK Percentages of Color #14363a

%66
%7
%0
%77

Triadic Colors of #14363a

#14363a #3a1436 #363a14

Analogous Colors of #14363a

#14363a #14233a #143a2b

Monochromatic Colors of #14363a

#14363a

Complementary Color

#14363a #3a1814

#14363a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14363a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14363a Color CSS Codes

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

#14363a Text Font Color

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

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


#14363a Background Color

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

This div background color is #14363a


#14363a Border Color

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

This div border color is #14363a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14363a


Comments

No comments written yet.

Please login to write comment.