Color Hex Logo

#449d6c Color Hex

#449D6C
(68,157,108)
0 Favorites   0 Comments

Color spaces of #449d6c

RGB 68157108
HSL0.410.400.44
HSV147°57°62°
CMYK 0.570.000.31   0.38
XYZ17.147626.425618.3842
Yxy26.42560.27680.4265
Hunter Lab51.4058-30.417414.7803
CIE-Lab58.4388-38.331117.8015

#449d6c color RGB value is (68,157,108).

#449d6c hex color red value is 68, green value is 157 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #449d6c hue: 0.41 , saturation: 0.40 and the lightness value of 449d6c is 0.44.

The process color (four color CMYK) of #449d6c color hex is 0.57, 0.00, 0.31, 0.38. Web safe color of #449d6c is #339966. Color #449d6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011101 01101100
Octal 104 235 154
Decimal 68 157 108
Hex 44 9D 6C

RGB Percentages of Color #449d6c

%20.42
%47.15
%32.43

CMYK Percentages of Color #449d6c

%57
%0
%31
%38

Triadic Colors of #449d6c

#449d6c #6c449d #9d6c44

Analogous Colors of #449d6c

#449d6c #449d99 #499d44

Monochromatic Colors of #449d6c

#449d6c

Complementary Color

#449d6c #9d4475

#449d6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449d6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#449d6c Color CSS Codes

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

#449d6c Text Font Color

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

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


#449d6c Background Color

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

This div background color is #449d6c


#449d6c Border Color

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

This div border color is #449d6c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,157,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #449d6c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #449d6c;
  -webkit-box-shadow: 1px 1px 3px 2px #449d6c;
  box-shadow:         1px 1px 3px 2px #449d6c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449d6c


Comments

No comments written yet.

Please login to write comment.