Color Hex Logo

#449add Color Hex

#449ADD
(68,154,221)
0 Favorites   0 Comments

Color spaces of #449add

RGB 68154221
HSL0.570.690.57
HSV206°69°87°
CMYK 0.690.300.00   0.13
XYZ26.990629.560672.6898
Yxy29.56060.20880.2287
Hunter Lab54.3697-6.5346-41.2093
CIE-Lab61.2732-4.4285-41.5675

#449add color RGB value is (68,154,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011010 11011101
Octal 104 232 335
Decimal 68 154 221
Hex 44 9A DD

RGB Percentages of Color #449add

%15.35
%34.76
%49.89

CMYK Percentages of Color #449add

%69
%30
%0
%13

Triadic Colors of #449add

#449add #dd449a #9add44

Analogous Colors of #449add

#449add #444edd #44ddd4

Monochromatic Colors of #449add

#449add

Complementary Color

#449add #dd8744

#449add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449add Color Preview on White Background

Lorem ipsum dolor sit amet.

#449add Color CSS Codes

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

#449add Text Font Color

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

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


#449add Background Color

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

This div background color is #449add


#449add Border Color

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

This div border color is #449add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449add


Comments

No comments written yet.

Please login to write comment.