Color Hex Logo

#14628c Color Hex

#14628C
(20,98,140)
0 Favorites   0 Comments

Color spaces of #14628c

RGB 2098140
HSL0.560.750.31
HSV201°86°55°
CMYK 0.860.300.00   0.45
XYZ9.389810.777526.3963
Yxy10.77750.20170.2315
Hunter Lab32.8291-6.3963-24.6919
CIE-Lab39.2032-6.8042-29.5292

#14628c color RGB value is (20,98,140).

#14628c hex color red value is 20, green value is 98 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #14628c hue: 0.56 , saturation: 0.75 and the lightness value of 14628c is 0.31.

The process color (four color CMYK) of #14628c color hex is 0.86, 0.30, 0.00, 0.45. Web safe color of #14628c is #006699. Color #14628c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100010 10001100
Octal 24 142 214
Decimal 20 98 140
Hex 14 62 8C

RGB Percentages of Color #14628c

%7.75
%37.98
%54.26

CMYK Percentages of Color #14628c

%86
%30
%0
%45

Triadic Colors of #14628c

#14628c #8c1462 #628c14

Analogous Colors of #14628c

#14628c #14268c #148c7a

Monochromatic Colors of #14628c

#14628c

Complementary Color

#14628c #8c3e14

#14628c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14628c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14628c Color CSS Codes

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

#14628c Text Font Color

<p style="color:#14628c">Text here</p>

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


#14628c Background Color

<div style="background-color:#14628c">
Div content here</div>

This div background color is #14628c


#14628c Border Color

<div style="border:3px solid #14628c">
Div here</div>

This div border color is #14628c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,98,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14628c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14628c;
  -webkit-box-shadow: 1px 1px 3px 2px #14628c;
  box-shadow:         1px 1px 3px 2px #14628c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14628c


Comments

No comments written yet.

Please login to write comment.