Color Hex Logo

#449aba Color Hex

#449ABA
(68,154,186)
0 Favorites   0 Comments

Color spaces of #449aba

RGB 68154186
HSL0.550.460.50
HSV196°63°73°
CMYK 0.630.170.00   0.27
XYZ22.802427.885350.6350
Yxy27.88530.22500.2752
Hunter Lab52.8065-15.3333-19.8873
CIE-Lab59.7850-15.9764-24.2870

#449aba color RGB value is (68,154,186).

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

The process color (four color CMYK) of #449aba color hex is 0.63, 0.17, 0.00, 0.27. Web safe color of #449aba is #3399cc. Color #449aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011010 10111010
Octal 104 232 272
Decimal 68 154 186
Hex 44 9A BA

RGB Percentages of Color #449aba

%16.67
%37.75
%45.59

CMYK Percentages of Color #449aba

%63
%17
%0
%27

Triadic Colors of #449aba

#449aba #ba449a #9aba44

Analogous Colors of #449aba

#449aba #445fba #44ba9f

Monochromatic Colors of #449aba

#449aba

Complementary Color

#449aba #ba6444

#449aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#449aba Color CSS Codes

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

#449aba Text Font Color

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

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


#449aba Background Color

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

This div background color is #449aba


#449aba Border Color

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

This div border color is #449aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449aba


Comments

No comments written yet.

Please login to write comment.