Color Hex Logo

#49ddcc Color Hex

#49DDCC
(73,221,204)
0 Favorites   0 Comments

Color spaces of #49ddcc

RGB 73221204
HSL0.480.690.58
HSV173°67°87°
CMYK 0.670.000.08   0.13
XYZ39.503257.489066.1412
Yxy57.48900.24220.3524
Hunter Lab75.8215-39.68871.3547
CIE-Lab80.4539-42.6127-3.0823

#49ddcc color RGB value is (73,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011101 11001100
Octal 111 335 314
Decimal 73 221 204
Hex 49 DD CC

RGB Percentages of Color #49ddcc

%14.66
%44.38
%40.96

CMYK Percentages of Color #49ddcc

%67
%0
%8
%13

Triadic Colors of #49ddcc

#49ddcc #cc49dd #ddcc49

Analogous Colors of #49ddcc

#49ddcc #49a4dd #49dd82

Monochromatic Colors of #49ddcc

#49ddcc

Complementary Color

#49ddcc #dd495a

#49ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ddcc Color CSS Codes

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

#49ddcc Text Font Color

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

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


#49ddcc Background Color

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

This div background color is #49ddcc


#49ddcc Border Color

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

This div border color is #49ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ddcc


Comments

No comments written yet.

Please login to write comment.