Color Hex Logo

#14535d Color Hex

#14535D
(20,83,93)
0 Favorites   0 Comments

Color spaces of #14535d

RGB 208393
HSL0.520.650.22
HSV188°78°36°
CMYK 0.780.110.00   0.64
XYZ5.35757.125511.4489
Yxy7.12550.22390.2977
Hunter Lab26.6936-10.8883-6.7439
CIE-Lab32.0909-15.5785-11.4830

#14535d color RGB value is (20,83,93).

#14535d hex color red value is 20, green value is 83 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #14535d hue: 0.52 , saturation: 0.65 and the lightness value of 14535d is 0.22.

The process color (four color CMYK) of #14535d color hex is 0.78, 0.11, 0.00, 0.64. Web safe color of #14535d is #006666. Color #14535d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010011 01011101
Octal 24 123 135
Decimal 20 83 93
Hex 14 53 5D

RGB Percentages of Color #14535d

%10.20
%42.35
%47.45

CMYK Percentages of Color #14535d

%78
%11
%0
%64

Triadic Colors of #14535d

#14535d #5d1453 #535d14

Analogous Colors of #14535d

#14535d #142e5d #145d43

Monochromatic Colors of #14535d

#14535d

Complementary Color

#14535d #5d1e14

#14535d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14535d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14535d Color CSS Codes

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

#14535d Text Font Color

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

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


#14535d Background Color

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

This div background color is #14535d


#14535d Border Color

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

This div border color is #14535d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14535d


Comments

No comments written yet.

Please login to write comment.