Color Hex Logo

#449bcc Color Hex

#449BCC
(68,155,204)
0 Favorites   0 Comments

Color spaces of #449bcc

RGB 68155204
HSL0.560.570.53
HSV202°67°80°
CMYK 0.670.240.00   0.20
XYZ25.004329.031361.4125
Yxy29.03130.21660.2515
Hunter Lab53.8807-11.4551-29.8615
CIE-Lab60.8092-10.6968-32.8155

#449bcc color RGB value is (68,155,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011011 11001100
Octal 104 233 314
Decimal 68 155 204
Hex 44 9B CC

RGB Percentages of Color #449bcc

%15.93
%36.30
%47.78

CMYK Percentages of Color #449bcc

%67
%24
%0
%20

Triadic Colors of #449bcc

#449bcc #cc449b #9bcc44

Analogous Colors of #449bcc

#449bcc #4457cc #44ccb9

Monochromatic Colors of #449bcc

#449bcc

Complementary Color

#449bcc #cc7544

#449bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#449bcc Color CSS Codes

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

#449bcc Text Font Color

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

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


#449bcc Background Color

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

This div background color is #449bcc


#449bcc Border Color

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

This div border color is #449bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449bcc


Comments

No comments written yet.

Please login to write comment.