Color Hex Logo

#449caf Color Hex

#449CAF
(68,156,175)
0 Favorites   0 Comments

Color spaces of #449caf

RGB 68156175
HSL0.530.440.48
HSV191°61°69°
CMYK 0.610.110.00   0.31
XYZ22.010228.101044.8214
Yxy28.10100.23190.2960
Hunter Lab53.0104-18.6540-13.0237
CIE-Lab59.9799-20.4569-17.7781

#449caf color RGB value is (68,156,175).

#449caf hex color red value is 68, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #449caf hue: 0.53 , saturation: 0.44 and the lightness value of 449caf is 0.48.

The process color (four color CMYK) of #449caf color hex is 0.61, 0.11, 0.00, 0.31. Web safe color of #449caf is #339999. Color #449caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011100 10101111
Octal 104 234 257
Decimal 68 156 175
Hex 44 9C AF

RGB Percentages of Color #449caf

%17.04
%39.10
%43.86

CMYK Percentages of Color #449caf

%61
%11
%0
%31

Triadic Colors of #449caf

#449caf #af449c #9caf44

Analogous Colors of #449caf

#449caf #4467af #44af8d

Monochromatic Colors of #449caf

#449caf

Complementary Color

#449caf #af5744

#449caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#449caf Color CSS Codes

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

#449caf Text Font Color

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

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


#449caf Background Color

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

This div background color is #449caf


#449caf Border Color

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

This div border color is #449caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449caf


Comments

No comments written yet.

Please login to write comment.