Color Hex Logo

#49dadb Color Hex

#49DADB
(73,218,219)
0 Favorites   0 Comments

Color spaces of #49dadb

RGB 73218219
HSL0.500.670.57
HSV180°67°86°
CMYK 0.670.000.00   0.14
XYZ40.605256.673775.8168
Yxy56.67370.23460.3274
Hunter Lab75.2819-35.4649-7.0139
CIE-Lab79.9957-37.2000-11.7587

#49dadb color RGB value is (73,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011010 11011011
Octal 111 332 333
Decimal 73 218 219
Hex 49 DA DB

RGB Percentages of Color #49dadb

%14.31
%42.75
%42.94

CMYK Percentages of Color #49dadb

%67
%0
%0
%14

Triadic Colors of #49dadb

#49dadb #db49da #dadb49

Analogous Colors of #49dadb

#49dadb #4991db #49db93

Monochromatic Colors of #49dadb

#49dadb

Complementary Color

#49dadb #db4a49

#49dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dadb Color CSS Codes

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

#49dadb Text Font Color

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

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


#49dadb Background Color

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

This div background color is #49dadb


#49dadb Border Color

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

This div border color is #49dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dadb


Comments

No comments written yet.

Please login to write comment.