Color Hex Logo

#49dfbf Color Hex

#49DFBF
(73,223,191)
0 Favorites   0 Comments

Color spaces of #49dfbf

RGB 73223191
HSL0.460.700.58
HSV167°67°87°
CMYK 0.670.000.14   0.13
XYZ38.539357.953458.4451
Yxy57.95340.24870.3740
Hunter Lab76.1271-42.85707.7703
CIE-Lab80.7129-46.78914.2067

#49dfbf color RGB value is (73,223,191).

#49dfbf hex color red value is 73, green value is 223 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #49dfbf hue: 0.46 , saturation: 0.70 and the lightness value of 49dfbf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011111 10111111
Octal 111 337 277
Decimal 73 223 191
Hex 49 DF BF

RGB Percentages of Color #49dfbf

%14.99
%45.79
%39.22

CMYK Percentages of Color #49dfbf

%67
%0
%14
%13

Triadic Colors of #49dfbf

#49dfbf #bf49df #dfbf49

Analogous Colors of #49dfbf

#49dfbf #49b4df #49df74

Monochromatic Colors of #49dfbf

#49dfbf

Complementary Color

#49dfbf #df4969

#49dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dfbf Color CSS Codes

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

#49dfbf Text Font Color

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

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


#49dfbf Background Color

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

This div background color is #49dfbf


#49dfbf Border Color

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

This div border color is #49dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dfbf


Comments

No comments written yet.

Please login to write comment.