Color Hex Logo

#49dafa Color Hex

#49DAFA
(73,218,250)
0 Favorites   0 Comments

Color spaces of #49dafa

RGB 73218250
HSL0.530.950.63
HSV191°71°98°
CMYK 0.710.130.00   0.02
XYZ45.074458.461499.3510
Yxy58.46140.22220.2881
Hunter Lab76.4601-28.5766-23.5185
CIE-Lab80.9946-28.1678-26.7525

#49dafa color RGB value is (73,218,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011010 11111010
Octal 111 332 372
Decimal 73 218 250
Hex 49 DA FA

RGB Percentages of Color #49dafa

%13.49
%40.30
%46.21

CMYK Percentages of Color #49dafa

%71
%13
%0
%2

Triadic Colors of #49dafa

#49dafa #fa49da #dafa49

Analogous Colors of #49dafa

#49dafa #4982fa #49fac2

Monochromatic Colors of #49dafa

#49dafa

Complementary Color

#49dafa #fa6949

#49dafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dafa Color CSS Codes

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

#49dafa Text Font Color

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

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


#49dafa Background Color

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

This div background color is #49dafa


#49dafa Border Color

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

This div border color is #49dafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,218,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 #49dafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dafa


Comments

No comments written yet.

Please login to write comment.