Color Hex Logo

#449184 Color Hex

#449184
(68,145,132)
0 Favorites   0 Comments

Color spaces of #449184

RGB 68145132
HSL0.470.360.42
HSV170°53°57°
CMYK 0.530.000.09   0.43
XYZ16.674223.145725.4185
Yxy23.14570.25560.3548
Hunter Lab48.1100-22.32702.3516
CIE-Lab55.2221-27.0901-0.3511

#449184 color RGB value is (68,145,132).

#449184 hex color red value is 68, green value is 145 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #449184 hue: 0.47 , saturation: 0.36 and the lightness value of 449184 is 0.42.

The process color (four color CMYK) of #449184 color hex is 0.53, 0.00, 0.09, 0.43. Web safe color of #449184 is #339999. Color #449184 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010001 10000100
Octal 104 221 204
Decimal 68 145 132
Hex 44 91 84

RGB Percentages of Color #449184

%19.71
%42.03
%38.26

CMYK Percentages of Color #449184

%53
%0
%9
%43

Triadic Colors of #449184

#449184 #844491 #918444

Analogous Colors of #449184

#449184 #447891 #44915e

Monochromatic Colors of #449184

#449184

Complementary Color

#449184 #914451

#449184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#449184 Color CSS Codes

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

#449184 Text Font Color

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

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


#449184 Background Color

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

This div background color is #449184


#449184 Border Color

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

This div border color is #449184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449184


Comments

No comments written yet.

Please login to write comment.