Color Hex Logo

#449dcf Color Hex

#449DCF
(68,157,207)
0 Favorites   0 Comments

Color spaces of #449dcf

RGB 68157207
HSL0.560.590.54
HSV202°67°81°
CMYK 0.670.240.00   0.19
XYZ25.703429.847963.4380
Yxy29.84790.21600.2508
Hunter Lab54.6332-11.6289-30.6020
CIE-Lab61.5228-10.8138-33.3824

#449dcf color RGB value is (68,157,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011101 11001111
Octal 104 235 317
Decimal 68 157 207
Hex 44 9D CF

RGB Percentages of Color #449dcf

%15.74
%36.34
%47.92

CMYK Percentages of Color #449dcf

%67
%24
%0
%19

Triadic Colors of #449dcf

#449dcf #cf449d #9dcf44

Analogous Colors of #449dcf

#449dcf #4458cf #44cfbc

Monochromatic Colors of #449dcf

#449dcf

Complementary Color

#449dcf #cf7644

#449dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#449dcf Color CSS Codes

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

#449dcf Text Font Color

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

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


#449dcf Background Color

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

This div background color is #449dcf


#449dcf Border Color

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

This div border color is #449dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449dcf


Comments

No comments written yet.

Please login to write comment.