Color Hex Logo

#49badb Color Hex

#49BADB
(73,186,219)
0 Favorites   0 Comments

Color spaces of #49badb

RGB 73186219
HSL0.540.670.57
HSV194°67°86°
CMYK 0.670.150.00   0.14
XYZ33.092741.648873.3127
Yxy41.64880.22350.2813
Hunter Lab64.5359-21.4066-22.1783
CIE-Lab70.6281-21.6466-25.9363

#49badb color RGB value is (73,186,219).

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

The process color (four color CMYK) of #49badb color hex is 0.67, 0.15, 0.00, 0.14. Web safe color of #49badb is #33cccc. Color #49badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111010 11011011
Octal 111 272 333
Decimal 73 186 219
Hex 49 BA DB

RGB Percentages of Color #49badb

%15.27
%38.91
%45.82

CMYK Percentages of Color #49badb

%67
%15
%0
%14

Triadic Colors of #49badb

#49badb #db49ba #badb49

Analogous Colors of #49badb

#49badb #4971db #49dbb3

Monochromatic Colors of #49badb

#49badb

Complementary Color

#49badb #db6a49

#49badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49badb Color CSS Codes

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

#49badb Text Font Color

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

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


#49badb Background Color

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

This div background color is #49badb


#49badb Border Color

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

This div border color is #49badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49badb


Comments

No comments written yet.

Please login to write comment.