Color Hex Logo

#49cdfa Color Hex

#49CDFA
(73,205,250)
0 Favorites   0 Comments

Color spaces of #49cdfa

RGB 73205250
HSL0.540.950.63
HSV195°71°98°
CMYK 0.710.180.00   0.02
XYZ41.834351.981298.2710
Yxy51.98120.21780.2706
Hunter Lab72.0980-22.5982-30.3449
CIE-Lab77.2696-21.6876-32.4695

#49cdfa color RGB value is (73,205,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001101 11111010
Octal 111 315 372
Decimal 73 205 250
Hex 49 CD FA

RGB Percentages of Color #49cdfa

%13.83
%38.83
%47.35

CMYK Percentages of Color #49cdfa

%71
%18
%0
%2

Triadic Colors of #49cdfa

#49cdfa #fa49cd #cdfa49

Analogous Colors of #49cdfa

#49cdfa #4975fa #49facf

Monochromatic Colors of #49cdfa

#49cdfa

Complementary Color

#49cdfa #fa7649

#49cdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49cdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#49cdfa Color CSS Codes

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

#49cdfa Text Font Color

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

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


#49cdfa Background Color

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

This div background color is #49cdfa


#49cdfa Border Color

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

This div border color is #49cdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49cdfa


Comments

No comments written yet.

Please login to write comment.