Color Hex Logo

#449ffc Color Hex

#449FFC
(68,159,252)
0 Favorites   0 Comments

Color spaces of #449ffc

RGB 68159252
HSL0.580.970.63
HSV210°73°99°
CMYK 0.730.370.00   0.01
XYZ32.352733.053596.7703
Yxy33.05350.19950.2038
Hunter Lab57.4922-0.1636-59.5519
CIE-Lab64.20423.4009-54.0072

#449ffc color RGB value is (68,159,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011111 11111100
Octal 104 237 374
Decimal 68 159 252
Hex 44 9F FC

RGB Percentages of Color #449ffc

%14.20
%33.19
%52.61

CMYK Percentages of Color #449ffc

%73
%37
%0
%1

Triadic Colors of #449ffc

#449ffc #fc449f #9ffc44

Analogous Colors of #449ffc

#449ffc #4544fc #44fbfc

Monochromatic Colors of #449ffc

#449ffc

Complementary Color

#449ffc #fca144

#449ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#449ffc Color CSS Codes

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

#449ffc Text Font Color

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

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


#449ffc Background Color

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

This div background color is #449ffc


#449ffc Border Color

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

This div border color is #449ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449ffc


Comments

No comments written yet.

Please login to write comment.