Color Hex Logo

#449cdc Color Hex

#449CDC
(68,156,220)
0 Favorites   0 Comments

Color spaces of #449cdc

RGB 68156220
HSL0.570.680.56
HSV205°69°86°
CMYK 0.690.290.00   0.14
XYZ27.190630.173272.1011
Yxy30.17320.21000.2331
Hunter Lab54.9301-7.7696-39.3727
CIE-Lab61.8034-5.9039-40.1803

#449cdc color RGB value is (68,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011100 11011100
Octal 104 234 334
Decimal 68 156 220
Hex 44 9C DC

RGB Percentages of Color #449cdc

%15.32
%35.14
%49.55

CMYK Percentages of Color #449cdc

%69
%29
%0
%14

Triadic Colors of #449cdc

#449cdc #dc449c #9cdc44

Analogous Colors of #449cdc

#449cdc #4450dc #44dcd0

Monochromatic Colors of #449cdc

#449cdc

Complementary Color

#449cdc #dc8444

#449cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#449cdc Color CSS Codes

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

#449cdc Text Font Color

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

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


#449cdc Background Color

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

This div background color is #449cdc


#449cdc Border Color

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

This div border color is #449cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449cdc


Comments

No comments written yet.

Please login to write comment.