Color Hex Logo

#449abe Color Hex

#449ABE
(68,154,190)
0 Favorites   0 Comments

Color spaces of #449abe

RGB 68154190
HSL0.550.480.51
HSV198°64°75°
CMYK 0.640.190.00   0.25
XYZ23.233828.057952.9064
Yxy28.05790.22300.2693
Hunter Lab52.9697-14.4026-22.1403
CIE-Lab59.9410-14.7020-26.3011

#449abe color RGB value is (68,154,190).

#449abe hex color red value is 68, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #449abe hue: 0.55 , saturation: 0.48 and the lightness value of 449abe is 0.51.

The process color (four color CMYK) of #449abe color hex is 0.64, 0.19, 0.00, 0.25. Web safe color of #449abe is #3399cc. Color #449abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011010 10111110
Octal 104 232 276
Decimal 68 154 190
Hex 44 9A BE

RGB Percentages of Color #449abe

%16.50
%37.38
%46.12

CMYK Percentages of Color #449abe

%64
%19
%0
%25

Triadic Colors of #449abe

#449abe #be449a #9abe44

Analogous Colors of #449abe

#449abe #445dbe #44bea5

Monochromatic Colors of #449abe

#449abe

Complementary Color

#449abe #be6844

#449abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#449abe Color CSS Codes

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

#449abe Text Font Color

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

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


#449abe Background Color

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

This div background color is #449abe


#449abe Border Color

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

This div border color is #449abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449abe


Comments

No comments written yet.

Please login to write comment.