Color Hex Logo

#49ccfa Color Hex

#49CCFA
(73,204,250)
0 Favorites   0 Comments

Color spaces of #49ccfa

RGB 73204250
HSL0.540.950.63
HSV196°71°98°
CMYK 0.710.180.00   0.02
XYZ41.595851.504398.1915
Yxy51.50430.21740.2692
Hunter Lab71.7665-22.1329-30.8845
CIE-Lab76.9835-21.1785-32.9107

#49ccfa color RGB value is (73,204,250).

#49ccfa hex color red value is 73, green value is 204 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #49ccfa hue: 0.54 , saturation: 0.95 and the lightness value of 49ccfa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001100 11111010
Octal 111 314 372
Decimal 73 204 250
Hex 49 CC FA

RGB Percentages of Color #49ccfa

%13.85
%38.71
%47.44

CMYK Percentages of Color #49ccfa

%71
%18
%0
%2

Triadic Colors of #49ccfa

#49ccfa #fa49cc #ccfa49

Analogous Colors of #49ccfa

#49ccfa #4974fa #49fad0

Monochromatic Colors of #49ccfa

#49ccfa

Complementary Color

#49ccfa #fa7749

#49ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ccfa Color CSS Codes

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

#49ccfa Text Font Color

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

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


#49ccfa Background Color

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

This div background color is #49ccfa


#49ccfa Border Color

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

This div border color is #49ccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ccfa


Comments

No comments written yet.

Please login to write comment.