Color Hex Logo

#49dabd Color Hex

#49DABD
(73,218,189)
0 Favorites   0 Comments

Color spaces of #49dabd

RGB 73218189
HSL0.470.660.57
HSV168°67°85°
CMYK 0.670.000.13   0.15
XYZ37.004455.233456.8549
Yxy55.23340.24820.3705
Hunter Lab74.3192-41.18136.6660
CIE-Lab79.1755-45.14233.0438

#49dabd color RGB value is (73,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011010 10111101
Octal 111 332 275
Decimal 73 218 189
Hex 49 DA BD

RGB Percentages of Color #49dabd

%15.21
%45.42
%39.38

CMYK Percentages of Color #49dabd

%67
%0
%13
%15

Triadic Colors of #49dabd

#49dabd #bd49da #dabd49

Analogous Colors of #49dabd

#49dabd #49afda #49da75

Monochromatic Colors of #49dabd

#49dabd

Complementary Color

#49dabd #da4966

#49dabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dabd Color CSS Codes

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

#49dabd Text Font Color

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

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


#49dabd Background Color

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

This div background color is #49dabd


#49dabd Border Color

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

This div border color is #49dabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dabd


Comments

No comments written yet.

Please login to write comment.