Color Hex Logo

#499edd Color Hex

#499EDD
(73,158,221)
0 Favorites   0 Comments

Color spaces of #499edd

RGB 73158221
HSL0.570.690.58
HSV206°67°87°
CMYK 0.670.290.00   0.13
XYZ28.025731.090672.9306
Yxy31.09060.21220.2355
Hunter Lab55.7589-7.8600-38.5178
CIE-Lab62.5840-5.9299-39.5003

#499edd color RGB value is (73,158,221).

#499edd hex color red value is 73, green value is 158 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #499edd hue: 0.57 , saturation: 0.69 and the lightness value of 499edd is 0.58.

The process color (four color CMYK) of #499edd color hex is 0.67, 0.29, 0.00, 0.13. Web safe color of #499edd is #3399cc. Color #499edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011110 11011101
Octal 111 236 335
Decimal 73 158 221
Hex 49 9E DD

RGB Percentages of Color #499edd

%16.15
%34.96
%48.89

CMYK Percentages of Color #499edd

%67
%29
%0
%13

Triadic Colors of #499edd

#499edd #dd499e #9edd49

Analogous Colors of #499edd

#499edd #4954dd #49ddd2

Monochromatic Colors of #499edd

#499edd

Complementary Color

#499edd #dd8849

#499edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#499edd Color CSS Codes

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

#499edd Text Font Color

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

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


#499edd Background Color

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

This div background color is #499edd


#499edd Border Color

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

This div border color is #499edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499edd


Comments

No comments written yet.

Please login to write comment.