Color Hex Logo

#144844 Color Hex

#144844
(20,72,68)
0 Favorites   0 Comments

Color spaces of #144844

RGB 207268
HSL0.490.570.18
HSV175°72°28°
CMYK 0.720.000.06   0.72
XYZ3.64925.20086.2804
Yxy5.20080.24120.3437
Hunter Lab22.8053-11.3464-0.3643
CIE-Lab27.2993-17.9579-2.6210

#144844 color RGB value is (20,72,68).

#144844 hex color red value is 20, green value is 72 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #144844 hue: 0.49 , saturation: 0.57 and the lightness value of 144844 is 0.18.

The process color (four color CMYK) of #144844 color hex is 0.72, 0.00, 0.06, 0.72. Web safe color of #144844 is #003333. Color #144844 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001000 01000100
Octal 24 110 104
Decimal 20 72 68
Hex 14 48 44

RGB Percentages of Color #144844

%12.50
%45.00
%42.50

CMYK Percentages of Color #144844

%72
%0
%6
%72

Triadic Colors of #144844

#144844 #441448 #484414

Analogous Colors of #144844

#144844 #143248 #14482a

Monochromatic Colors of #144844

#144844

Complementary Color

#144844 #481418

#144844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144844 Color CSS Codes

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

#144844 Text Font Color

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

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


#144844 Background Color

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

This div background color is #144844


#144844 Border Color

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

This div border color is #144844


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,72,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #144844; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #144844;
  -webkit-box-shadow: 1px 1px 3px 2px #144844;
  box-shadow:         1px 1px 3px 2px #144844; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144844


Comments

No comments written yet.

Please login to write comment.