Color Hex Logo

#449cdb Color Hex

#449CDB
(68,156,219)
0 Favorites   0 Comments

Color spaces of #449cdb

RGB 68156219
HSL0.570.680.56
HSV205°69°86°
CMYK 0.690.290.00   0.14
XYZ27.058530.120471.4055
Yxy30.12040.21040.2342
Hunter Lab54.8821-8.0377-38.7231
CIE-Lab61.7580-6.2425-39.6962

#449cdb color RGB value is (68,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011100 11011011
Octal 104 234 333
Decimal 68 156 219
Hex 44 9C DB

RGB Percentages of Color #449cdb

%15.35
%35.21
%49.44

CMYK Percentages of Color #449cdb

%69
%29
%0
%14

Triadic Colors of #449cdb

#449cdb #db449c #9cdb44

Analogous Colors of #449cdb

#449cdb #4451db #44dbcf

Monochromatic Colors of #449cdb

#449cdb

Complementary Color

#449cdb #db8344

#449cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#449cdb Color CSS Codes

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

#449cdb Text Font Color

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

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


#449cdb Background Color

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

This div background color is #449cdb


#449cdb Border Color

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

This div border color is #449cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449cdb


Comments

No comments written yet.

Please login to write comment.