Color Hex Logo

#449edd Color Hex

#449EDD
(68,158,221)
0 Favorites   0 Comments

Color spaces of #449edd

RGB 68158221
HSL0.570.690.57
HSV205°69°87°
CMYK 0.690.290.00   0.13
XYZ27.661930.903172.9136
Yxy30.90310.21040.2350
Hunter Lab55.5906-8.4617-38.8525
CIE-Lab62.4257-6.6939-39.7596

#449edd color RGB value is (68,158,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011110 11011101
Octal 104 236 335
Decimal 68 158 221
Hex 44 9E DD

RGB Percentages of Color #449edd

%15.21
%35.35
%49.44

CMYK Percentages of Color #449edd

%69
%29
%0
%13

Triadic Colors of #449edd

#449edd #dd449e #9edd44

Analogous Colors of #449edd

#449edd #4452dd #44ddd0

Monochromatic Colors of #449edd

#449edd

Complementary Color

#449edd #dd8344

#449edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#449edd Color CSS Codes

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

#449edd Text Font Color

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

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


#449edd Background Color

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

This div background color is #449edd


#449edd Border Color

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

This div border color is #449edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,158,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 #449edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449edd

#449edd Color Palettes


Comments

No comments written yet.

Please login to write comment.