Color Hex Logo

#449abb Color Hex

#449ABB
(68,154,187)
0 Favorites   0 Comments

Color spaces of #449abb

RGB 68154187
HSL0.550.470.50
HSV197°64°73°
CMYK 0.640.180.00   0.27
XYZ22.909127.928051.1969
Yxy27.92800.22450.2737
Hunter Lab52.8469-15.1026-20.4459
CIE-Lab59.8236-15.6592-24.7914

#449abb color RGB value is (68,154,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011010 10111011
Octal 104 232 273
Decimal 68 154 187
Hex 44 9A BB

RGB Percentages of Color #449abb

%16.63
%37.65
%45.72

CMYK Percentages of Color #449abb

%64
%18
%0
%27

Triadic Colors of #449abb

#449abb #bb449a #9abb44

Analogous Colors of #449abb

#449abb #445ebb #44bba1

Monochromatic Colors of #449abb

#449abb

Complementary Color

#449abb #bb6544

#449abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#449abb Color CSS Codes

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

#449abb Text Font Color

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

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


#449abb Background Color

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

This div background color is #449abb


#449abb Border Color

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

This div border color is #449abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449abb


Comments

No comments written yet.

Please login to write comment.