Color Hex Logo

#144eae Color Hex

#144EAE
(20,78,174)
0 Favorites   0 Comments

Color spaces of #144eae

RGB 2078174
HSL0.600.790.38
HSV217°89°68°
CMYK 0.890.550.00   0.32
XYZ10.65298.653541.1532
Yxy8.65350.17620.1431
Hunter Lab29.416813.1619-62.3530
CIE-Lab35.308419.9149-56.1404

#144eae color RGB value is (20,78,174).

#144eae hex color red value is 20, green value is 78 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #144eae hue: 0.60 , saturation: 0.79 and the lightness value of 144eae is 0.38.

The process color (four color CMYK) of #144eae color hex is 0.89, 0.55, 0.00, 0.32. Web safe color of #144eae is #006699. Color #144eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001110 10101110
Octal 24 116 256
Decimal 20 78 174
Hex 14 4E AE

RGB Percentages of Color #144eae

%7.35
%28.68
%63.97

CMYK Percentages of Color #144eae

%89
%55
%0
%32

Triadic Colors of #144eae

#144eae #ae144e #4eae14

Analogous Colors of #144eae

#144eae #2714ae #149bae

Monochromatic Colors of #144eae

#144eae

Complementary Color

#144eae #ae7414

#144eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#144eae Color CSS Codes

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

#144eae Text Font Color

<p style="color:#144eae">Text here</p>

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


#144eae Background Color

<div style="background-color:#144eae">
Div content here</div>

This div background color is #144eae


#144eae Border Color

<div style="border:3px solid #144eae">
Div here</div>

This div border color is #144eae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,78,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #144eae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #144eae;
  -webkit-box-shadow: 1px 1px 3px 2px #144eae;
  box-shadow:         1px 1px 3px 2px #144eae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144eae


Comments

No comments written yet.

Please login to write comment.