Color Hex Logo

#449cde Color Hex

#449CDE
(68,156,222)
0 Favorites   0 Comments

Color spaces of #449cde

RGB 68156222
HSL0.570.700.57
HSV206°69°87°
CMYK 0.690.300.00   0.13
XYZ27.457230.279873.5047
Yxy30.27980.20920.2307
Hunter Lab55.0271-7.2302-40.6801
CIE-Lab61.8949-5.2251-41.1464

#449cde color RGB value is (68,156,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011100 11011110
Octal 104 234 336
Decimal 68 156 222
Hex 44 9C DE

RGB Percentages of Color #449cde

%15.25
%34.98
%49.78

CMYK Percentages of Color #449cde

%69
%30
%0
%13

Triadic Colors of #449cde

#449cde #de449c #9cde44

Analogous Colors of #449cde

#449cde #444fde #44ded3

Monochromatic Colors of #449cde

#449cde

Complementary Color

#449cde #de8644

#449cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#449cde Color CSS Codes

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

#449cde Text Font Color

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

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


#449cde Background Color

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

This div background color is #449cde


#449cde Border Color

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

This div border color is #449cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449cde


Comments

No comments written yet.

Please login to write comment.