Color Hex Logo

#449bca Color Hex

#449BCA
(68,155,202)
0 Favorites   0 Comments

Color spaces of #449bca

RGB 68155202
HSL0.560.560.53
HSV201°66°79°
CMYK 0.660.230.00   0.21
XYZ24.765928.935960.1570
Yxy28.93590.21750.2541
Hunter Lab53.7921-11.9547-28.6510
CIE-Lab60.7250-11.3552-31.8269

#449bca color RGB value is (68,155,202).

#449bca hex color red value is 68, green value is 155 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #449bca hue: 0.56 , saturation: 0.56 and the lightness value of 449bca is 0.53.

The process color (four color CMYK) of #449bca color hex is 0.66, 0.23, 0.00, 0.21. Web safe color of #449bca is #3399cc. Color #449bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011011 11001010
Octal 104 233 312
Decimal 68 155 202
Hex 44 9B CA

RGB Percentages of Color #449bca

%16.00
%36.47
%47.53

CMYK Percentages of Color #449bca

%66
%23
%0
%21

Triadic Colors of #449bca

#449bca #ca449b #9bca44

Analogous Colors of #449bca

#449bca #4458ca #44cab6

Monochromatic Colors of #449bca

#449bca

Complementary Color

#449bca #ca7344

#449bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#449bca Color CSS Codes

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

#449bca Text Font Color

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

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


#449bca Background Color

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

This div background color is #449bca


#449bca Border Color

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

This div border color is #449bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449bca


Comments

No comments written yet.

Please login to write comment.