Color Hex Logo

#499ede Color Hex

#499EDE
(73,158,222)
0 Favorites   0 Comments

Color spaces of #499ede

RGB 73158222
HSL0.570.690.58
HSV206°67°87°
CMYK 0.670.290.00   0.13
XYZ28.159331.144173.6345
Yxy31.14410.21180.2343
Hunter Lab55.8069-7.5937-39.1655
CIE-Lab62.6291-5.5961-39.9838

#499ede color RGB value is (73,158,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011110 11011110
Octal 111 236 336
Decimal 73 158 222
Hex 49 9E DE

RGB Percentages of Color #499ede

%16.11
%34.88
%49.01

CMYK Percentages of Color #499ede

%67
%29
%0
%13

Triadic Colors of #499ede

#499ede #de499e #9ede49

Analogous Colors of #499ede

#499ede #4953de #49ded4

Monochromatic Colors of #499ede

#499ede

Complementary Color

#499ede #de8949

#499ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#499ede Color CSS Codes

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

#499ede Text Font Color

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

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


#499ede Background Color

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

This div background color is #499ede


#499ede Border Color

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

This div border color is #499ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499ede


Comments

No comments written yet.

Please login to write comment.