Color Hex Logo

#499afe Color Hex

#499AFE
(73,154,254)
0 Favorites   0 Comments

Color spaces of #499afe

RGB 73154254
HSL0.590.990.64
HSV213°71°100°
CMYK 0.710.390.00   0.00
XYZ32.192631.683498.1847
Yxy31.68340.19860.1955
Hunter Lab56.28803.5849-64.0195
CIE-Lab63.08037.6683-56.8772

#499afe color RGB value is (73,154,254).

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

The process color (four color CMYK) of #499afe color hex is 0.71, 0.39, 0.00, 0.00. Web safe color of #499afe is #3399ff. Color #499afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011010 11111110
Octal 111 232 376
Decimal 73 154 254
Hex 49 9A FE

RGB Percentages of Color #499afe

%15.18
%32.02
%52.81

CMYK Percentages of Color #499afe

%71
%39
%0
%0

Triadic Colors of #499afe

#499afe #fe499a #9afe49

Analogous Colors of #499afe

#499afe #5249fe #49f5fe

Monochromatic Colors of #499afe

#499afe

Complementary Color

#499afe #fead49

#499afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#499afe Color CSS Codes

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

#499afe Text Font Color

<p style="color:#499afe">Text here</p>

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


#499afe Background Color

<div style="background-color:#499afe">
Div content here</div>

This div background color is #499afe


#499afe Border Color

<div style="border:3px solid #499afe">
Div here</div>

This div border color is #499afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499afe

Related Colors


Comments

No comments written yet.

Please login to write comment.