Color Hex Logo

#449bae Color Hex

#449BAE
(68,155,174)
0 Favorites   0 Comments

Color spaces of #449bae

RGB 68155174
HSL0.530.440.47
HSV191°61°68°
CMYK 0.610.110.00   0.32
XYZ21.745227.727644.2503
Yxy27.72760.23200.2958
Hunter Lab52.6570-18.4365-12.9644
CIE-Lab59.6418-20.2371-17.7263

#449bae color RGB value is (68,155,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011011 10101110
Octal 104 233 256
Decimal 68 155 174
Hex 44 9B AE

RGB Percentages of Color #449bae

%17.13
%39.04
%43.83

CMYK Percentages of Color #449bae

%61
%11
%0
%32

Triadic Colors of #449bae

#449bae #ae449b #9bae44

Analogous Colors of #449bae

#449bae #4466ae #44ae8c

Monochromatic Colors of #449bae

#449bae

Complementary Color

#449bae #ae5744

#449bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#449bae Color CSS Codes

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

#449bae Text Font Color

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

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


#449bae Background Color

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

This div background color is #449bae


#449bae Border Color

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

This div border color is #449bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449bae


Comments

No comments written yet.

Please login to write comment.