Color Hex Logo

#49fdcc Color Hex

#49FDCC
(73,253,204)
0 Favorites   0 Comments

Color spaces of #49fdcc

RGB 73253204
HSL0.450.980.64
HSV164°71°99°
CMYK 0.710.000.19   0.01
XYZ48.772076.026769.2308
Yxy76.02670.25140.3918
Hunter Lab87.1933-52.743413.9595
CIE-Lab89.8717-56.048210.5581

#49fdcc color RGB value is (73,253,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111101 11001100
Octal 111 375 314
Decimal 73 253 204
Hex 49 FD CC

RGB Percentages of Color #49fdcc

%13.77
%47.74
%38.49

CMYK Percentages of Color #49fdcc

%71
%0
%19
%1

Triadic Colors of #49fdcc

#49fdcc #cc49fd #fdcc49

Analogous Colors of #49fdcc

#49fdcc #49d4fd #49fd72

Monochromatic Colors of #49fdcc

#49fdcc

Complementary Color

#49fdcc #fd497a

#49fdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49fdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#49fdcc Color CSS Codes

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

#49fdcc Text Font Color

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

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


#49fdcc Background Color

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

This div background color is #49fdcc


#49fdcc Border Color

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

This div border color is #49fdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49fdcc


Comments

No comments written yet.

Please login to write comment.