Color Hex Logo

#449fac Color Hex

#449FAC
(68,159,172)
0 Favorites   0 Comments

Color spaces of #449fac

RGB 68159172
HSL0.520.430.47
HSV188°60°67°
CMYK 0.600.080.00   0.33
XYZ22.228429.003843.4565
Yxy29.00380.23480.3063
Hunter Lab53.8552-20.5718-10.1433
CIE-Lab60.7850-22.9159-14.8642

#449fac color RGB value is (68,159,172).

#449fac hex color red value is 68, green value is 159 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #449fac hue: 0.52 , saturation: 0.43 and the lightness value of 449fac is 0.47.

The process color (four color CMYK) of #449fac color hex is 0.60, 0.08, 0.00, 0.33. Web safe color of #449fac is #339999. Color #449fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011111 10101100
Octal 104 237 254
Decimal 68 159 172
Hex 44 9F AC

RGB Percentages of Color #449fac

%17.04
%39.85
%43.11

CMYK Percentages of Color #449fac

%60
%8
%0
%33

Triadic Colors of #449fac

#449fac #ac449f #9fac44

Analogous Colors of #449fac

#449fac #446bac #44ac85

Monochromatic Colors of #449fac

#449fac

Complementary Color

#449fac #ac5144

#449fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#449fac Color CSS Codes

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

#449fac Text Font Color

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

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


#449fac Background Color

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

This div background color is #449fac


#449fac Border Color

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

This div border color is #449fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449fac


Comments

No comments written yet.

Please login to write comment.