Color Hex Logo

#449690 Color Hex

#449690
(68,150,144)
0 Favorites   0 Comments

Color spaces of #449690

RGB 68150144
HSL0.490.380.43
HSV176°55°59°
CMYK 0.550.000.04   0.41
XYZ18.324325.055330.2559
Yxy25.05530.24890.3403
Hunter Lab50.0553-22.2512-0.7991
CIE-Lab57.1293-26.3664-4.4259

#449690 color RGB value is (68,150,144).

#449690 hex color red value is 68, green value is 150 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #449690 hue: 0.49 , saturation: 0.38 and the lightness value of 449690 is 0.43.

The process color (four color CMYK) of #449690 color hex is 0.55, 0.00, 0.04, 0.41. Web safe color of #449690 is #339999. Color #449690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010110 10010000
Octal 104 226 220
Decimal 68 150 144
Hex 44 96 90

RGB Percentages of Color #449690

%18.78
%41.44
%39.78

CMYK Percentages of Color #449690

%55
%0
%4
%41

Triadic Colors of #449690

#449690 #904496 #969044

Analogous Colors of #449690

#449690 #447396 #449667

Monochromatic Colors of #449690

#449690

Complementary Color

#449690 #96444a

#449690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#449690 Color CSS Codes

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

#449690 Text Font Color

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

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


#449690 Background Color

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

This div background color is #449690


#449690 Border Color

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

This div border color is #449690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449690


Comments

No comments written yet.

Please login to write comment.