Color Hex Logo

#449aec Color Hex

#449AEC
(68,154,236)
0 Favorites   0 Comments

Color spaces of #449aec

RGB 68154236
HSL0.580.820.60
HSV209°71°93°
CMYK 0.710.350.00   0.07
XYZ29.079830.396383.6913
Yxy30.39630.20310.2123
Hunter Lab55.1328-2.3327-51.4089
CIE-Lab61.99470.7316-48.7312

#449aec color RGB value is (68,154,236).

#449aec hex color red value is 68, green value is 154 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #449aec hue: 0.58 , saturation: 0.82 and the lightness value of 449aec is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011010 11101100
Octal 104 232 354
Decimal 68 154 236
Hex 44 9A EC

RGB Percentages of Color #449aec

%14.85
%33.62
%51.53

CMYK Percentages of Color #449aec

%71
%35
%0
%7

Triadic Colors of #449aec

#449aec #ec449a #9aec44

Analogous Colors of #449aec

#449aec #4446ec #44ecea

Monochromatic Colors of #449aec

#449aec

Complementary Color

#449aec #ec9644

#449aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#449aec Color CSS Codes

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

#449aec Text Font Color

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

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


#449aec Background Color

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

This div background color is #449aec


#449aec Border Color

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

This div border color is #449aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449aec


Comments

No comments written yet.

Please login to write comment.