Color Hex Logo

#449dcc Color Hex

#449DCC
(68,157,204)
0 Favorites   0 Comments

Color spaces of #449dcc

RGB 68157204
HSL0.560.570.53
HSV201°67°80°
CMYK 0.670.230.00   0.20
XYZ25.340029.702561.5243
Yxy29.70250.21740.2548
Hunter Lab54.5000-12.3807-28.7817
CIE-Lab61.3967-11.8014-31.9029

#449dcc color RGB value is (68,157,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011101 11001100
Octal 104 235 314
Decimal 68 157 204
Hex 44 9D CC

RGB Percentages of Color #449dcc

%15.85
%36.60
%47.55

CMYK Percentages of Color #449dcc

%67
%23
%0
%20

Triadic Colors of #449dcc

#449dcc #cc449d #9dcc44

Analogous Colors of #449dcc

#449dcc #4459cc #44ccb7

Monochromatic Colors of #449dcc

#449dcc

Complementary Color

#449dcc #cc7344

#449dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#449dcc Color CSS Codes

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

#449dcc Text Font Color

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

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


#449dcc Background Color

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

This div background color is #449dcc


#449dcc Border Color

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

This div border color is #449dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,157,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 #449dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449dcc


Comments

No comments written yet.

Please login to write comment.