Color Hex Logo

#449cfc Color Hex

#449CFC
(68,156,252)
0 Favorites   0 Comments

Color spaces of #449cfc

RGB 68156252
HSL0.590.970.63
HSV211°73°99°
CMYK 0.730.380.00   0.01
XYZ31.843132.034296.6004
Yxy32.03420.19840.1996
Hunter Lab56.59881.3783-61.5746
CIE-Lab63.37115.1491-55.3309

#449cfc color RGB value is (68,156,252).

#449cfc hex color red value is 68, green value is 156 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #449cfc hue: 0.59 , saturation: 0.97 and the lightness value of 449cfc is 0.63.

The process color (four color CMYK) of #449cfc color hex is 0.73, 0.38, 0.00, 0.01. Web safe color of #449cfc is #3399ff. Color #449cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011100 11111100
Octal 104 234 374
Decimal 68 156 252
Hex 44 9C FC

RGB Percentages of Color #449cfc

%14.29
%32.77
%52.94

CMYK Percentages of Color #449cfc

%73
%38
%0
%1

Triadic Colors of #449cfc

#449cfc #fc449c #9cfc44

Analogous Colors of #449cfc

#449cfc #4844fc #44f8fc

Monochromatic Colors of #449cfc

#449cfc

Complementary Color

#449cfc #fca444

#449cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#449cfc Color CSS Codes

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

#449cfc Text Font Color

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

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


#449cfc Background Color

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

This div background color is #449cfc


#449cfc Border Color

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

This div border color is #449cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449cfc


Comments

No comments written yet.

Please login to write comment.