Color Hex Logo

#49affc Color Hex

#49AFFC
(73,175,252)
0 Favorites   0 Comments

Color spaces of #49affc

RGB 73175252
HSL0.570.970.64
HSV206°71°99°
CMYK 0.710.310.00   0.01
XYZ35.648339.104797.7646
Yxy39.10470.20660.2267
Hunter Lab62.5338-7.6775-48.9197
CIE-Lab68.8270-5.0523-46.6931

#49affc color RGB value is (73,175,252).

#49affc hex color red value is 73, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #49affc hue: 0.57 , saturation: 0.97 and the lightness value of 49affc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101111 11111100
Octal 111 257 374
Decimal 73 175 252
Hex 49 AF FC

RGB Percentages of Color #49affc

%14.60
%35.00
%50.40

CMYK Percentages of Color #49affc

%71
%31
%0
%1

Triadic Colors of #49affc

#49affc #fc49af #affc49

Analogous Colors of #49affc

#49affc #4956fc #49fcf0

Monochromatic Colors of #49affc

#49affc

Complementary Color

#49affc #fc9649

#49affc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49affc Color Preview on White Background

Lorem ipsum dolor sit amet.

#49affc Color CSS Codes

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

#49affc Text Font Color

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

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


#49affc Background Color

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

This div background color is #49affc


#49affc Border Color

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

This div border color is #49affc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49affc

Related Colors


Comments

No comments written yet.

Please login to write comment.