Color Hex Logo

#49dafe Color Hex

#49DAFE
(73,218,254)
0 Favorites   0 Comments

Color spaces of #49dafe

RGB 73218254
HSL0.530.990.64
HSV192°71°100°
CMYK 0.710.140.00   0.00
XYZ45.708558.7150102.6900
Yxy58.71500.22070.2835
Hunter Lab76.6257-27.6168-25.8195
CIE-Lab81.1347-26.9516-28.6603

#49dafe color RGB value is (73,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011010 11111110
Octal 111 332 376
Decimal 73 218 254
Hex 49 DA FE

RGB Percentages of Color #49dafe

%13.39
%40.00
%46.61

CMYK Percentages of Color #49dafe

%71
%14
%0
%0

Triadic Colors of #49dafe

#49dafe #fe49da #dafe49

Analogous Colors of #49dafe

#49dafe #4980fe #49fec8

Monochromatic Colors of #49dafe

#49dafe

Complementary Color

#49dafe #fe6d49

#49dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dafe Color CSS Codes

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

#49dafe Text Font Color

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

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


#49dafe Background Color

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

This div background color is #49dafe


#49dafe Border Color

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

This div border color is #49dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dafe

#49dafe Color Palettes


Comments

No comments written yet.

Please login to write comment.