Color Hex Logo

#449baf Color Hex

#449BAF
(68,155,175)
0 Favorites   0 Comments

Color spaces of #449baf

RGB 68155175
HSL0.530.440.48
HSV191°61°69°
CMYK 0.610.110.00   0.31
XYZ21.843127.766844.7657
Yxy27.76680.23140.2942
Hunter Lab52.6942-18.2221-13.4831
CIE-Lab59.6775-19.9325-18.2379

#449baf color RGB value is (68,155,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011011 10101111
Octal 104 233 257
Decimal 68 155 175
Hex 44 9B AF

RGB Percentages of Color #449baf

%17.09
%38.94
%43.97

CMYK Percentages of Color #449baf

%61
%11
%0
%31

Triadic Colors of #449baf

#449baf #af449b #9baf44

Analogous Colors of #449baf

#449baf #4466af #44af8e

Monochromatic Colors of #449baf

#449baf

Complementary Color

#449baf #af5844

#449baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#449baf Color CSS Codes

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

#449baf Text Font Color

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

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


#449baf Background Color

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

This div background color is #449baf


#449baf Border Color

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

This div border color is #449baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,155,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 #449baf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449baf


Comments

No comments written yet.

Please login to write comment.