Color Hex Logo

#49ccde Color Hex

#49CCDE
(73,204,222)
0 Favorites   0 Comments

Color spaces of #49ccde

RGB 73204222
HSL0.520.690.58
HSV187°67°87°
CMYK 0.670.080.00   0.13
XYZ37.525349.876176.7565
Yxy49.87610.22860.3038
Hunter Lab70.6230-28.7449-15.0031
CIE-Lab75.9931-29.7200-19.3891

#49ccde color RGB value is (73,204,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001100 11011110
Octal 111 314 336
Decimal 73 204 222
Hex 49 CC DE

RGB Percentages of Color #49ccde

%14.63
%40.88
%44.49

CMYK Percentages of Color #49ccde

%67
%8
%0
%13

Triadic Colors of #49ccde

#49ccde #de49cc #ccde49

Analogous Colors of #49ccde

#49ccde #4982de #49dea6

Monochromatic Colors of #49ccde

#49ccde

Complementary Color

#49ccde #de5b49

#49ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ccde Color CSS Codes

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

#49ccde Text Font Color

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

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


#49ccde Background Color

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

This div background color is #49ccde


#49ccde Border Color

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

This div border color is #49ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ccde


Comments

No comments written yet.

Please login to write comment.