Color Hex Logo

#449fcf Color Hex

#449FCF
(68,159,207)
0 Favorites   0 Comments

Color spaces of #449fcf

RGB 68159207
HSL0.560.590.54
HSV201°67°81°
CMYK 0.670.230.00   0.19
XYZ26.044530.530263.5517
Yxy30.53020.21680.2542
Hunter Lab55.2541-12.5573-29.5157
CIE-Lab62.1090-11.9168-32.4713

#449fcf color RGB value is (68,159,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011111 11001111
Octal 104 237 317
Decimal 68 159 207
Hex 44 9F CF

RGB Percentages of Color #449fcf

%15.67
%36.64
%47.70

CMYK Percentages of Color #449fcf

%67
%23
%0
%19

Triadic Colors of #449fcf

#449fcf #cf449f #9fcf44

Analogous Colors of #449fcf

#449fcf #4459cf #44cfba

Monochromatic Colors of #449fcf

#449fcf

Complementary Color

#449fcf #cf7444

#449fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#449fcf Color CSS Codes

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

#449fcf Text Font Color

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

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


#449fcf Background Color

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

This div background color is #449fcf


#449fcf Border Color

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

This div border color is #449fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449fcf


Comments

No comments written yet.

Please login to write comment.