Color Hex Logo

#144eec Color Hex

#144EEC
(20,78,236)
0 Favorites   0 Comments

Color spaces of #144eec

RGB 2078236
HSL0.620.850.50
HSV224°92°93°
CMYK 0.920.670.00   0.07
XYZ18.153211.653680.6495
Yxy11.65360.16430.1055
Hunter Lab34.137435.1804-116.1764
CIE-Lab40.660243.7192-83.2678

#144eec color RGB value is (20,78,236).

#144eec hex color red value is 20, green value is 78 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #144eec hue: 0.62 , saturation: 0.85 and the lightness value of 144eec is 0.50.

The process color (four color CMYK) of #144eec color hex is 0.92, 0.67, 0.00, 0.07. Web safe color of #144eec is #0066ff. Color #144eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001110 11101100
Octal 24 116 354
Decimal 20 78 236
Hex 14 4E EC

RGB Percentages of Color #144eec

%5.99
%23.35
%70.66

CMYK Percentages of Color #144eec

%92
%67
%0
%7

Triadic Colors of #144eec

#144eec #ec144e #4eec14

Analogous Colors of #144eec

#144eec #4614ec #14baec

Monochromatic Colors of #144eec

#144eec

Complementary Color

#144eec #ecb214

#144eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#144eec Color CSS Codes

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

#144eec Text Font Color

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

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


#144eec Background Color

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

This div background color is #144eec


#144eec Border Color

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

This div border color is #144eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144eec


Comments

No comments written yet.

Please login to write comment.