Color Hex Logo

#49dcfc Color Hex

#49DCFC
(73,220,252)
0 Favorites   0 Comments

Color spaces of #49dcfc

RGB 73220252
HSL0.530.970.64
HSV191°71°99°
CMYK 0.710.130.00   0.01
XYZ45.911559.6311101.1856
Yxy59.63110.22210.2885
Hunter Lab77.2212-29.0107-23.6349
CIE-Lab81.6373-28.5388-26.8313

#49dcfc color RGB value is (73,220,252).

#49dcfc hex color red value is 73, green value is 220 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #49dcfc hue: 0.53 , saturation: 0.97 and the lightness value of 49dcfc is 0.64.

The process color (four color CMYK) of #49dcfc color hex is 0.71, 0.13, 0.00, 0.01. Web safe color of #49dcfc is #33ccff. Color #49dcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011100 11111100
Octal 111 334 374
Decimal 73 220 252
Hex 49 DC FC

RGB Percentages of Color #49dcfc

%13.39
%40.37
%46.24

CMYK Percentages of Color #49dcfc

%71
%13
%0
%1

Triadic Colors of #49dcfc

#49dcfc #fc49dc #dcfc49

Analogous Colors of #49dcfc

#49dcfc #4983fc #49fcc3

Monochromatic Colors of #49dcfc

#49dcfc

Complementary Color

#49dcfc #fc6949

#49dcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dcfc Color CSS Codes

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

#49dcfc Text Font Color

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

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


#49dcfc Background Color

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

This div background color is #49dcfc


#49dcfc Border Color

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

This div border color is #49dcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dcfc


Comments

No comments written yet.

Please login to write comment.