Color Hex Logo

#49fddc Color Hex

#49FDDC
(73,253,220)
0 Favorites   0 Comments

Color spaces of #49fddc

RGB 73253220
HSL0.470.980.64
HSV169°71°99°
CMYK 0.710.000.13   0.01
XYZ50.791276.834379.8637
Yxy76.83430.24480.3703
Hunter Lab87.6552-49.96597.3388
CIE-Lab90.2453-52.20872.8134

#49fddc color RGB value is (73,253,220).

#49fddc hex color red value is 73, green value is 253 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #49fddc hue: 0.47 , saturation: 0.98 and the lightness value of 49fddc is 0.64.

The process color (four color CMYK) of #49fddc color hex is 0.71, 0.00, 0.13, 0.01. Web safe color of #49fddc is #33ffcc. Color #49fddc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111101 11011100
Octal 111 375 334
Decimal 73 253 220
Hex 49 FD DC

RGB Percentages of Color #49fddc

%13.37
%46.34
%40.29

CMYK Percentages of Color #49fddc

%71
%0
%13
%1

Triadic Colors of #49fddc

#49fddc #dc49fd #fddc49

Analogous Colors of #49fddc

#49fddc #49c4fd #49fd82

Monochromatic Colors of #49fddc

#49fddc

Complementary Color

#49fddc #fd496a

#49fddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49fddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#49fddc Color CSS Codes

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

#49fddc Text Font Color

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

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


#49fddc Background Color

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

This div background color is #49fddc


#49fddc Border Color

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

This div border color is #49fddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49fddc


Comments

No comments written yet.

Please login to write comment.