Color Hex Logo

#49addb Color Hex

#49ADDB
(73,173,219)
0 Favorites   0 Comments

Color spaces of #49addb

RGB 73173219
HSL0.550.670.57
HSV199°67°86°
CMYK 0.670.210.00   0.14
XYZ30.477436.418172.4409
Yxy36.41810.21870.2614
Hunter Lab60.3474-15.4597-28.9284
CIE-Lab66.8382-14.8323-31.7731

#49addb color RGB value is (73,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101101 11011011
Octal 111 255 333
Decimal 73 173 219
Hex 49 AD DB

RGB Percentages of Color #49addb

%15.70
%37.20
%47.10

CMYK Percentages of Color #49addb

%67
%21
%0
%14

Triadic Colors of #49addb

#49addb #db49ad #addb49

Analogous Colors of #49addb

#49addb #4964db #49dbc0

Monochromatic Colors of #49addb

#49addb

Complementary Color

#49addb #db7749

#49addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49addb Color CSS Codes

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

#49addb Text Font Color

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

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


#49addb Background Color

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

This div background color is #49addb


#49addb Border Color

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

This div border color is #49addb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,173,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 #49addb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49addb


Comments

No comments written yet.

Please login to write comment.