Color Hex Logo

#144448 Color Hex

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

Color spaces of #144448

RGB 206872
HSL0.510.570.18
HSV185°72°28°
CMYK 0.720.060.00   0.72
XYZ3.52534.75086.8621
Yxy4.75080.23290.3138
Hunter Lab21.7963-9.2733-3.4087
CIE-Lab26.0127-14.3429-7.1551

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

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

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

Base Numbers

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

RGB Percentages of Color #144448

%12.50
%42.50
%45.00

CMYK Percentages of Color #144448

%72
%6
%0
%72

Triadic Colors of #144448

#144448 #481444 #444814

Analogous Colors of #144448

#144448 #142a48 #144832

Monochromatic Colors of #144448

#144448

Complementary Color

#144448 #481814

#144448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144448 Color CSS Codes

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

#144448 Text Font Color

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

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


#144448 Background Color

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

This div background color is #144448


#144448 Border Color

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

This div border color is #144448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144448


Comments

No comments written yet.

Please login to write comment.