Color Hex Logo

#499ded Color Hex

#499DED
(73,157,237)
0 Favorites   0 Comments

Color spaces of #499ded

RGB 73157237
HSL0.580.820.61
HSV209°69°93°
CMYK 0.690.340.00   0.07
XYZ30.090731.644884.6429
Yxy31.64480.20560.2162
Hunter Lab56.2537-2.9625-49.8339
CIE-Lab63.04820.0501-47.6065

#499ded color RGB value is (73,157,237).

#499ded hex color red value is 73, green value is 157 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #499ded hue: 0.58 , saturation: 0.82 and the lightness value of 499ded is 0.61.

The process color (four color CMYK) of #499ded color hex is 0.69, 0.34, 0.00, 0.07. Web safe color of #499ded is #3399ff. Color #499ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011101 11101101
Octal 111 235 355
Decimal 73 157 237
Hex 49 9D ED

RGB Percentages of Color #499ded

%15.63
%33.62
%50.75

CMYK Percentages of Color #499ded

%69
%34
%0
%7

Triadic Colors of #499ded

#499ded #ed499d #9ded49

Analogous Colors of #499ded

#499ded #494bed #49edeb

Monochromatic Colors of #499ded

#499ded

Complementary Color

#499ded #ed9949

#499ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#499ded Color CSS Codes

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

#499ded Text Font Color

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

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


#499ded Background Color

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

This div background color is #499ded


#499ded Border Color

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

This div border color is #499ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499ded


Comments

No comments written yet.

Please login to write comment.