Color Hex Logo

#49dfbd Color Hex

#49DFBD
(73,223,189)
0 Favorites   0 Comments

Color spaces of #49dfbd

RGB 73223189
HSL0.460.700.58
HSV166°67°87°
CMYK 0.670.000.15   0.13
XYZ38.320657.865957.2936
Yxy57.86590.24970.3770
Hunter Lab76.0696-43.20138.5931
CIE-Lab80.6642-47.28055.1973

#49dfbd color RGB value is (73,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011111 10111101
Octal 111 337 275
Decimal 73 223 189
Hex 49 DF BD

RGB Percentages of Color #49dfbd

%15.05
%45.98
%38.97

CMYK Percentages of Color #49dfbd

%67
%0
%15
%13

Triadic Colors of #49dfbd

#49dfbd #bd49df #dfbd49

Analogous Colors of #49dfbd

#49dfbd #49b6df #49df72

Monochromatic Colors of #49dfbd

#49dfbd

Complementary Color

#49dfbd #df496b

#49dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dfbd Color CSS Codes

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

#49dfbd Text Font Color

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

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


#49dfbd Background Color

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

This div background color is #49dfbd


#49dfbd Border Color

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

This div border color is #49dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dfbd


Comments

No comments written yet.

Please login to write comment.