Color Hex Logo

#49dfcf Color Hex

#49DFCF
(73,223,207)
0 Favorites   0 Comments

Color spaces of #49dfcf

RGB 73223207
HSL0.480.700.58
HSV174°67°87°
CMYK 0.670.000.07   0.13
XYZ40.397858.696868.2319
Yxy58.69680.24140.3508
Hunter Lab76.6138-39.95270.8263
CIE-Lab81.1246-42.7083-3.6920

#49dfcf color RGB value is (73,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011111 11001111
Octal 111 337 317
Decimal 73 223 207
Hex 49 DF CF

RGB Percentages of Color #49dfcf

%14.51
%44.33
%41.15

CMYK Percentages of Color #49dfcf

%67
%0
%7
%13

Triadic Colors of #49dfcf

#49dfcf #cf49df #dfcf49

Analogous Colors of #49dfcf

#49dfcf #49a4df #49df84

Monochromatic Colors of #49dfcf

#49dfcf

Complementary Color

#49dfcf #df4959

#49dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dfcf Color CSS Codes

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

#49dfcf Text Font Color

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

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


#49dfcf Background Color

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

This div background color is #49dfcf


#49dfcf Border Color

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

This div border color is #49dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dfcf


Comments

No comments written yet.

Please login to write comment.