Color Hex Logo

#449693 Color Hex

#449693
(68,150,147)
0 Favorites   0 Comments

Color spaces of #449693

RGB 68150147
HSL0.490.380.43
HSV178°55°59°
CMYK 0.550.000.02   0.41
XYZ18.556725.148231.4798
Yxy25.14820.24680.3345
Hunter Lab50.1480-21.7070-2.1150
CIE-Lab57.2195-25.5395-6.0069

#449693 color RGB value is (68,150,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010110 10010011
Octal 104 226 223
Decimal 68 150 147
Hex 44 96 93

RGB Percentages of Color #449693

%18.63
%41.10
%40.27

CMYK Percentages of Color #449693

%55
%0
%2
%41

Triadic Colors of #449693

#449693 #934496 #969344

Analogous Colors of #449693

#449693 #447096 #44966a

Monochromatic Colors of #449693

#449693

Complementary Color

#449693 #964447

#449693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#449693 Color CSS Codes

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

#449693 Text Font Color

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

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


#449693 Background Color

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

This div background color is #449693


#449693 Border Color

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

This div border color is #449693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449693


Comments

No comments written yet.

Please login to write comment.