Color Hex Logo

#49dabf Color Hex

#49DABF
(73,218,191)
0 Favorites   0 Comments

Color spaces of #49dabf

RGB 73218191
HSL0.470.660.57
HSV169°67°85°
CMYK 0.670.000.12   0.15
XYZ37.223055.320958.0064
Yxy55.32090.24720.3675
Hunter Lab74.3780-40.83005.8252
CIE-Lab79.2257-44.64132.0504

#49dabf color RGB value is (73,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011010 10111111
Octal 111 332 277
Decimal 73 218 191
Hex 49 DA BF

RGB Percentages of Color #49dabf

%15.15
%45.23
%39.63

CMYK Percentages of Color #49dabf

%67
%0
%12
%15

Triadic Colors of #49dabf

#49dabf #bf49da #dabf49

Analogous Colors of #49dabf

#49dabf #49adda #49da77

Monochromatic Colors of #49dabf

#49dabf

Complementary Color

#49dabf #da4964

#49dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dabf Color CSS Codes

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

#49dabf Text Font Color

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

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


#49dabf Background Color

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

This div background color is #49dabf


#49dabf Border Color

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

This div border color is #49dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dabf


Comments

No comments written yet.

Please login to write comment.