Color Hex Logo

#449dda Color Hex

#449DDA
(68,157,218)
0 Favorites   0 Comments

Color spaces of #449dda

RGB 68157218
HSL0.570.670.56
HSV204°69°85°
CMYK 0.690.280.00   0.15
XYZ27.095830.404870.7703
Yxy30.40480.21120.2370
Hunter Lab55.1405-8.7819-37.4975
CIE-Lab62.0019-7.1430-38.7587

#449dda color RGB value is (68,157,218).

#449dda hex color red value is 68, green value is 157 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #449dda hue: 0.57 , saturation: 0.67 and the lightness value of 449dda is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011101 11011010
Octal 104 235 332
Decimal 68 157 218
Hex 44 9D DA

RGB Percentages of Color #449dda

%15.35
%35.44
%49.21

CMYK Percentages of Color #449dda

%69
%28
%0
%15

Triadic Colors of #449dda

#449dda #da449d #9dda44

Analogous Colors of #449dda

#449dda #4452da #44dacc

Monochromatic Colors of #449dda

#449dda

Complementary Color

#449dda #da8144

#449dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#449dda Color CSS Codes

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

#449dda Text Font Color

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

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


#449dda Background Color

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

This div background color is #449dda


#449dda Border Color

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

This div border color is #449dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449dda


Comments

No comments written yet.

Please login to write comment.