Color Hex Logo

#499fec Color Hex

#499FEC
(73,159,236)
0 Favorites   0 Comments

Color spaces of #499fec

RGB 73159236
HSL0.580.810.61
HSV208°69°93°
CMYK 0.690.330.00   0.07
XYZ30.286132.268983.9891
Yxy32.26890.20670.2202
Hunter Lab56.8057-4.2423-47.8982
CIE-Lab63.5645-1.4392-46.2416

#499fec color RGB value is (73,159,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011111 11101100
Octal 111 237 354
Decimal 73 159 236
Hex 49 9F EC

RGB Percentages of Color #499fec

%15.60
%33.97
%50.43

CMYK Percentages of Color #499fec

%69
%33
%0
%7

Triadic Colors of #499fec

#499fec #ec499f #9fec49

Analogous Colors of #499fec

#499fec #494eec #49ece8

Monochromatic Colors of #499fec

#499fec

Complementary Color

#499fec #ec9649

#499fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#499fec Color CSS Codes

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

#499fec Text Font Color

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

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


#499fec Background Color

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

This div background color is #499fec


#499fec Border Color

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

This div border color is #499fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499fec


Comments

No comments written yet.

Please login to write comment.