Color Hex Logo

#49dcec Color Hex

#49DCEC
(73,220,236)
0 Favorites   0 Comments

Color spaces of #49dcec

RGB 73220236
HSL0.520.810.61
HSV186°69°93°
CMYK 0.690.070.00   0.07
XYZ43.481258.659088.3875
Yxy58.65900.22820.3079
Hunter Lab76.5892-32.6930-14.8110
CIE-Lab81.1038-33.2875-19.1490

#49dcec color RGB value is (73,220,236).

#49dcec hex color red value is 73, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #49dcec hue: 0.52 , saturation: 0.81 and the lightness value of 49dcec is 0.61.

The process color (four color CMYK) of #49dcec color hex is 0.69, 0.07, 0.00, 0.07. Web safe color of #49dcec is #33ccff. Color #49dcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011100 11101100
Octal 111 334 354
Decimal 73 220 236
Hex 49 DC EC

RGB Percentages of Color #49dcec

%13.80
%41.59
%44.61

CMYK Percentages of Color #49dcec

%69
%7
%0
%7

Triadic Colors of #49dcec

#49dcec #ec49dc #dcec49

Analogous Colors of #49dcec

#49dcec #498bec #49ecab

Monochromatic Colors of #49dcec

#49dcec

Complementary Color

#49dcec #ec5949

#49dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dcec Color CSS Codes

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

#49dcec Text Font Color

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

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


#49dcec Background Color

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

This div background color is #49dcec


#49dcec Border Color

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

This div border color is #49dcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dcec


Comments

No comments written yet.

Please login to write comment.