Color Hex Logo

#499dce Color Hex

#499DCE
(73,157,206)
0 Favorites   0 Comments

Color spaces of #499dce

RGB 73157206
HSL0.560.580.55
HSV202°65°81°
CMYK 0.650.240.00   0.19
XYZ25.945229.986662.8131
Yxy29.98660.21850.2525
Hunter Lab54.7600-11.2571-29.6772
CIE-Lab61.6427-10.3199-32.6254

#499dce color RGB value is (73,157,206).

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

The process color (four color CMYK) of #499dce color hex is 0.65, 0.24, 0.00, 0.19. Web safe color of #499dce is #3399cc. Color #499dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011101 11001110
Octal 111 235 316
Decimal 73 157 206
Hex 49 9D CE

RGB Percentages of Color #499dce

%16.74
%36.01
%47.25

CMYK Percentages of Color #499dce

%65
%24
%0
%19

Triadic Colors of #499dce

#499dce #ce499d #9dce49

Analogous Colors of #499dce

#499dce #495bce #49cebd

Monochromatic Colors of #499dce

#499dce

Complementary Color

#499dce #ce7a49

#499dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#499dce Color CSS Codes

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

#499dce Text Font Color

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

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


#499dce Background Color

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

This div background color is #499dce


#499dce Border Color

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

This div border color is #499dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499dce


Comments

No comments written yet.

Please login to write comment.