Color Hex Logo

#49acfa Color Hex

#49ACFA
(73,172,250)
0 Favorites   0 Comments

Color spaces of #49acfa

RGB 73172250
HSL0.570.950.63
HSV206°71°98°
CMYK 0.710.310.00   0.02
XYZ34.755537.823695.9114
Yxy37.82360.20630.2245
Hunter Lab61.5009-6.7523-49.4129
CIE-Lab67.8904-4.0507-47.0811

#49acfa color RGB value is (73,172,250).

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

The process color (four color CMYK) of #49acfa color hex is 0.71, 0.31, 0.00, 0.02. Web safe color of #49acfa is #3399ff. Color #49acfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101100 11111010
Octal 111 254 372
Decimal 73 172 250
Hex 49 AC FA

RGB Percentages of Color #49acfa

%14.75
%34.75
%50.51

CMYK Percentages of Color #49acfa

%71
%31
%0
%2

Triadic Colors of #49acfa

#49acfa #fa49ac #acfa49

Analogous Colors of #49acfa

#49acfa #4953fa #49faf0

Monochromatic Colors of #49acfa

#49acfa

Complementary Color

#49acfa #fa9749

#49acfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49acfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#49acfa Color CSS Codes

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

#49acfa Text Font Color

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

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


#49acfa Background Color

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

This div background color is #49acfa


#49acfa Border Color

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

This div border color is #49acfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49acfa


Comments

No comments written yet.

Please login to write comment.