Color Hex Logo

#49dbfa Color Hex

#49DBFA
(73,219,250)
0 Favorites   0 Comments

Color spaces of #49dbfa

RGB 73219250
HSL0.530.950.63
HSV191°71°98°
CMYK 0.710.120.00   0.02
XYZ45.334558.981699.4377
Yxy58.98160.22250.2895
Hunter Lab76.7995-29.0311-23.0073
CIE-Lab81.2815-28.6557-26.3144

#49dbfa color RGB value is (73,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011011 11111010
Octal 111 333 372
Decimal 73 219 250
Hex 49 DB FA

RGB Percentages of Color #49dbfa

%13.47
%40.41
%46.13

CMYK Percentages of Color #49dbfa

%71
%12
%0
%2

Triadic Colors of #49dbfa

#49dbfa #fa49db #dbfa49

Analogous Colors of #49dbfa

#49dbfa #4983fa #49fac1

Monochromatic Colors of #49dbfa

#49dbfa

Complementary Color

#49dbfa #fa6849

#49dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dbfa Color CSS Codes

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

#49dbfa Text Font Color

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

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


#49dbfa Background Color

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

This div background color is #49dbfa


#49dbfa Border Color

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

This div border color is #49dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dbfa


Comments

No comments written yet.

Please login to write comment.