Color Hex Logo

#499eef Color Hex

#499EEF
(73,158,239)
0 Favorites   0 Comments

Color spaces of #499eef

RGB 73158239
HSL0.580.840.61
HSV209°69°94°
CMYK 0.690.340.00   0.06
XYZ30.554532.102286.2473
Yxy32.10220.20520.2156
Hunter Lab56.6588-2.8929-50.5914
CIE-Lab63.42730.1582-48.1076

#499eef color RGB value is (73,158,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011110 11101111
Octal 111 236 357
Decimal 73 158 239
Hex 49 9E EF

RGB Percentages of Color #499eef

%15.53
%33.62
%50.85

CMYK Percentages of Color #499eef

%69
%34
%0
%6

Triadic Colors of #499eef

#499eef #ef499e #9eef49

Analogous Colors of #499eef

#499eef #494bef #49efed

Monochromatic Colors of #499eef

#499eef

Complementary Color

#499eef #ef9a49

#499eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#499eef Color CSS Codes

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

#499eef Text Font Color

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

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


#499eef Background Color

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

This div background color is #499eef


#499eef Border Color

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

This div border color is #499eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499eef


Comments

No comments written yet.

Please login to write comment.