Color Hex Logo

#449cce Color Hex

#449CCE
(68,156,206)
0 Favorites   0 Comments

Color spaces of #449cce

RGB 68156206
HSL0.560.580.54
HSV202°67°81°
CMYK 0.670.240.00   0.19
XYZ25.412929.462162.7399
Yxy29.46210.21610.2505
Hunter Lab54.2790-11.4163-30.5367
CIE-Lab61.1873-10.5906-33.3457

#449cce color RGB value is (68,156,206).

#449cce hex color red value is 68, green value is 156 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #449cce hue: 0.56 , saturation: 0.58 and the lightness value of 449cce is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011100 11001110
Octal 104 234 316
Decimal 68 156 206
Hex 44 9C CE

RGB Percentages of Color #449cce

%15.81
%36.28
%47.91

CMYK Percentages of Color #449cce

%67
%24
%0
%19

Triadic Colors of #449cce

#449cce #ce449c #9cce44

Analogous Colors of #449cce

#449cce #4457ce #44cebb

Monochromatic Colors of #449cce

#449cce

Complementary Color

#449cce #ce7644

#449cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#449cce Color CSS Codes

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

#449cce Text Font Color

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

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


#449cce Background Color

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

This div background color is #449cce


#449cce Border Color

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

This div border color is #449cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449cce


Comments

No comments written yet.

Please login to write comment.