Color Hex Logo

#14698d Color Hex

#14698D
(20,105,141)
0 Favorites   0 Comments

Color spaces of #14698d

RGB 20105141
HSL0.550.750.32
HSV198°86°55°
CMYK 0.860.260.00   0.45
XYZ10.147812.175027.0145
Yxy12.17500.20570.2468
Hunter Lab34.8927-9.1493-21.4784
CIE-Lab41.4929-10.6144-26.5474

#14698d color RGB value is (20,105,141).

#14698d hex color red value is 20, green value is 105 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #14698d hue: 0.55 , saturation: 0.75 and the lightness value of 14698d is 0.32.

The process color (four color CMYK) of #14698d color hex is 0.86, 0.26, 0.00, 0.45. Web safe color of #14698d is #006699. Color #14698d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101001 10001101
Octal 24 151 215
Decimal 20 105 141
Hex 14 69 8D

RGB Percentages of Color #14698d

%7.52
%39.47
%53.01

CMYK Percentages of Color #14698d

%86
%26
%0
%45

Triadic Colors of #14698d

#14698d #8d1469 #698d14

Analogous Colors of #14698d

#14698d #142d8d #148d75

Monochromatic Colors of #14698d

#14698d

Complementary Color

#14698d #8d3814

#14698d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14698d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14698d Color CSS Codes

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

#14698d Text Font Color

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

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


#14698d Background Color

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

This div background color is #14698d


#14698d Border Color

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

This div border color is #14698d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14698d


Comments

No comments written yet.

Please login to write comment.