color codes Logo

#49dedc color codes

#49DEDC
(73,222,220)
0 Favorites   0 Comments

Color spaces of #49dedc

RGB 73222220
HSL0.500.690.58
HSV179°67°87°
CMYK 0.670.000.01   0.13
XYZ41.787258.826376.8623
Yxy58.82630.23550.3315
Hunter Lab76.6983-36.9707-5.7280
CIE-Lab81.1960-38.7546-10.5004

#49dedc color RGB value is (73,222,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011110 11011100
Octal 111 336 334
Decimal 73 222 220
Hex 49 DE DC

RGB Percentages of Color #49dedc

%14.17
%43.11
%42.72

CMYK Percentages of Color #49dedc

%67
%0
%1
%13

Triadic Colors of #49dedc

#49dedc #dc49de #dedc49

Analogous Colors of #49dedc

#49dedc #4996de #49de92

Monochromatic Colors of #49dedc

#49dedc

Complementary Color

#49dedc #de494b

#49dedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dedc Color CSS Codes

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

#49dedc Text Font Color

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

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


#49dedc Background Color

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

This div background color is #49dedc


#49dedc Border Color

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

This div border color is #49dedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dedc


Comments

No comments written yet.

Please login to write comment.