Color Hex Logo

#449ddc Color Hex

#449DDC
(68,157,220)
0 Favorites   0 Comments

Color spaces of #449ddc

RGB 68157220
HSL0.570.680.56
HSV205°69°86°
CMYK 0.690.290.00   0.14
XYZ27.359130.510272.1572
Yxy30.51020.21040.2346
Hunter Lab55.2360-8.2498-38.7878
CIE-Lab62.0920-6.4686-39.7279

#449ddc color RGB value is (68,157,220).

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

The process color (four color CMYK) of #449ddc color hex is 0.69, 0.29, 0.00, 0.14. Web safe color of #449ddc is #3399cc. Color #449ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011101 11011100
Octal 104 235 334
Decimal 68 157 220
Hex 44 9D DC

RGB Percentages of Color #449ddc

%15.28
%35.28
%49.44

CMYK Percentages of Color #449ddc

%69
%29
%0
%14

Triadic Colors of #449ddc

#449ddc #dc449d #9ddc44

Analogous Colors of #449ddc

#449ddc #4451dc #44dccf

Monochromatic Colors of #449ddc

#449ddc

Complementary Color

#449ddc #dc8344

#449ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#449ddc Color CSS Codes

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

#449ddc Text Font Color

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

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


#449ddc Background Color

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

This div background color is #449ddc


#449ddc Border Color

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

This div border color is #449ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449ddc


Comments

No comments written yet.

Please login to write comment.