Color Hex Logo

#49aadb Color Hex

#49AADB
(73,170,219)
0 Favorites   0 Comments

Color spaces of #49aadb

RGB 73170219
HSL0.560.670.57
HSV200°67°86°
CMYK 0.670.220.00   0.14
XYZ29.908635.280472.2513
Yxy35.28040.21760.2567
Hunter Lab59.3973-14.0644-30.5427
CIE-Lab65.9664-13.2170-33.1236

#49aadb color RGB value is (73,170,219).

#49aadb hex color red value is 73, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #49aadb hue: 0.56 , saturation: 0.67 and the lightness value of 49aadb is 0.57.

The process color (four color CMYK) of #49aadb color hex is 0.67, 0.22, 0.00, 0.14. Web safe color of #49aadb is #3399cc. Color #49aadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101010 11011011
Octal 111 252 333
Decimal 73 170 219
Hex 49 AA DB

RGB Percentages of Color #49aadb

%15.80
%36.80
%47.40

CMYK Percentages of Color #49aadb

%67
%22
%0
%14

Triadic Colors of #49aadb

#49aadb #db49aa #aadb49

Analogous Colors of #49aadb

#49aadb #4961db #49dbc3

Monochromatic Colors of #49aadb

#49aadb

Complementary Color

#49aadb #db7a49

#49aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49aadb Color CSS Codes

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

#49aadb Text Font Color

<p style="color:#49aadb">Text here</p>

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


#49aadb Background Color

<div style="background-color:#49aadb">
Div content here</div>

This div background color is #49aadb


#49aadb Border Color

<div style="border:3px solid #49aadb">
Div here</div>

This div border color is #49aadb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,170,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49aadb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49aadb;
  -webkit-box-shadow: 1px 1px 3px 2px #49aadb;
  box-shadow:         1px 1px 3px 2px #49aadb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,170,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49aadb


Comments

No comments written yet.

Please login to write comment.