Color Hex Logo

#449acc Color Hex

#449ACC
(68,154,204)
0 Favorites   0 Comments

Color spaces of #449acc

RGB 68154204
HSL0.560.570.53
HSV202°67°80°
CMYK 0.670.250.00   0.20
XYZ24.838628.699861.3572
Yxy28.69980.21620.2498
Hunter Lab53.5722-10.9903-30.4054
CIE-Lab60.5158-10.1410-33.2719

#449acc color RGB value is (68,154,204).

#449acc hex color red value is 68, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #449acc hue: 0.56 , saturation: 0.57 and the lightness value of 449acc is 0.53.

The process color (four color CMYK) of #449acc color hex is 0.67, 0.25, 0.00, 0.20. Web safe color of #449acc is #3399cc. Color #449acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011010 11001100
Octal 104 232 314
Decimal 68 154 204
Hex 44 9A CC

RGB Percentages of Color #449acc

%15.96
%36.15
%47.89

CMYK Percentages of Color #449acc

%67
%25
%0
%20

Triadic Colors of #449acc

#449acc #cc449a #9acc44

Analogous Colors of #449acc

#449acc #4456cc #44ccba

Monochromatic Colors of #449acc

#449acc

Complementary Color

#449acc #cc7644

#449acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#449acc Color CSS Codes

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

#449acc Text Font Color

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

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


#449acc Background Color

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

This div background color is #449acc


#449acc Border Color

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

This div border color is #449acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449acc


Comments

No comments written yet.

Please login to write comment.