Color Hex Logo

#449cea Color Hex

#449CEA
(68,156,234)
0 Favorites   0 Comments

Color spaces of #449cea

RGB 68156234
HSL0.580.800.59
HSV208°71°92°
CMYK 0.710.330.00   0.08
XYZ29.123630.946482.2802
Yxy30.94640.20460.2174
Hunter Lab55.6295-3.9018-48.7537
CIE-Lab62.4624-1.1152-46.8893

#449cea color RGB value is (68,156,234).

#449cea hex color red value is 68, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #449cea hue: 0.58 , saturation: 0.80 and the lightness value of 449cea is 0.59.

The process color (four color CMYK) of #449cea color hex is 0.71, 0.33, 0.00, 0.08. Web safe color of #449cea is #3399ff. Color #449cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011100 11101010
Octal 104 234 352
Decimal 68 156 234
Hex 44 9C EA

RGB Percentages of Color #449cea

%14.85
%34.06
%51.09

CMYK Percentages of Color #449cea

%71
%33
%0
%8

Triadic Colors of #449cea

#449cea #ea449c #9cea44

Analogous Colors of #449cea

#449cea #4449ea #44eae5

Monochromatic Colors of #449cea

#449cea

Complementary Color

#449cea #ea9244

#449cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#449cea Color CSS Codes

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

#449cea Text Font Color

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

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


#449cea Background Color

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

This div background color is #449cea


#449cea Border Color

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

This div border color is #449cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449cea


Comments

No comments written yet.

Please login to write comment.