Color Hex Logo

#49ccda Color Hex

#49CCDA
(73,204,218)
0 Favorites   0 Comments

Color spaces of #49ccda

RGB 73204218
HSL0.520.660.57
HSV186°67°85°
CMYK 0.670.060.00   0.15
XYZ36.995449.664273.9659
Yxy49.66420.23030.3092
Hunter Lab70.4728-29.6221-12.8978
CIE-Lab75.8627-30.8924-17.4302

#49ccda color RGB value is (73,204,218).

#49ccda hex color red value is 73, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #49ccda hue: 0.52 , saturation: 0.66 and the lightness value of 49ccda is 0.57.

The process color (four color CMYK) of #49ccda color hex is 0.67, 0.06, 0.00, 0.15. Web safe color of #49ccda is #33cccc. Color #49ccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001100 11011010
Octal 111 314 332
Decimal 73 204 218
Hex 49 CC DA

RGB Percentages of Color #49ccda

%14.75
%41.21
%44.04

CMYK Percentages of Color #49ccda

%67
%6
%0
%15

Triadic Colors of #49ccda

#49ccda #da49cc #ccda49

Analogous Colors of #49ccda

#49ccda #4984da #49daa0

Monochromatic Colors of #49ccda

#49ccda

Complementary Color

#49ccda #da5749

#49ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ccda Color CSS Codes

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

#49ccda Text Font Color

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

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


#49ccda Background Color

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

This div background color is #49ccda


#49ccda Border Color

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

This div border color is #49ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ccda


Comments

No comments written yet.

Please login to write comment.