Color Hex Logo

#449fca Color Hex

#449FCA
(68,159,202)
0 Favorites   0 Comments

Color spaces of #449fca

RGB 68159202
HSL0.550.560.53
HSV199°66°79°
CMYK 0.660.210.00   0.21
XYZ25.442730.289560.3826
Yxy30.28950.21910.2609
Hunter Lab55.0359-13.7936-26.5249
CIE-Lab61.9032-13.5506-30.0004

#449fca color RGB value is (68,159,202).

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

The process color (four color CMYK) of #449fca color hex is 0.66, 0.21, 0.00, 0.21. Web safe color of #449fca is #3399cc. Color #449fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011111 11001010
Octal 104 237 312
Decimal 68 159 202
Hex 44 9F CA

RGB Percentages of Color #449fca

%15.85
%37.06
%47.09

CMYK Percentages of Color #449fca

%66
%21
%0
%21

Triadic Colors of #449fca

#449fca #ca449f #9fca44

Analogous Colors of #449fca

#449fca #445cca #44cab2

Monochromatic Colors of #449fca

#449fca

Complementary Color

#449fca #ca6f44

#449fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#449fca Color CSS Codes

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

#449fca Text Font Color

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

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


#449fca Background Color

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

This div background color is #449fca


#449fca Border Color

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

This div border color is #449fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449fca

#449fca Color Palettes


Comments

No comments written yet.

Please login to write comment.