Color Hex Logo

#449ed6 Color Hex

#449ED6
(68,158,214)
0 Favorites   0 Comments

Color spaces of #449ed6

RGB 68158214
HSL0.560.640.55
HSV203°68°84°
CMYK 0.680.260.00   0.16
XYZ26.748430.537768.1029
Yxy30.53770.21330.2435
Hunter Lab55.2609-10.3058-34.3856
CIE-Lab62.1154-9.0446-36.3586

#449ed6 color RGB value is (68,158,214).

#449ed6 hex color red value is 68, green value is 158 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #449ed6 hue: 0.56 , saturation: 0.64 and the lightness value of 449ed6 is 0.55.

The process color (four color CMYK) of #449ed6 color hex is 0.68, 0.26, 0.00, 0.16. Web safe color of #449ed6 is #3399cc. Color #449ed6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011110 11010110
Octal 104 236 326
Decimal 68 158 214
Hex 44 9E D6

RGB Percentages of Color #449ed6

%15.45
%35.91
%48.64

CMYK Percentages of Color #449ed6

%68
%26
%0
%16

Triadic Colors of #449ed6

#449ed6 #d6449e #9ed644

Analogous Colors of #449ed6

#449ed6 #4455d6 #44d6c5

Monochromatic Colors of #449ed6

#449ed6

Complementary Color

#449ed6 #d67c44

#449ed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449ed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#449ed6 Color CSS Codes

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

#449ed6 Text Font Color

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

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


#449ed6 Background Color

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

This div background color is #449ed6


#449ed6 Border Color

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

This div border color is #449ed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449ed6


Comments

No comments written yet.

Please login to write comment.