Color Hex Logo

#498efa Color Hex

#498EFA
(73,142,250)
0 Favorites   0 Comments

Color spaces of #498efa

RGB 73142250
HSL0.600.950.63
HSV217°71°98°
CMYK 0.710.430.00   0.02
XYZ29.676027.664694.2182
Yxy27.66460.19580.1825
Hunter Lab52.59718.6670-69.3892
CIE-Lab59.584513.4072-60.2667

#498efa color RGB value is (73,142,250).

#498efa hex color red value is 73, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #498efa hue: 0.60 , saturation: 0.95 and the lightness value of 498efa is 0.63.

The process color (four color CMYK) of #498efa color hex is 0.71, 0.43, 0.00, 0.02. Web safe color of #498efa is #3399ff. Color #498efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001110 11111010
Octal 111 216 372
Decimal 73 142 250
Hex 49 8E FA

RGB Percentages of Color #498efa

%15.70
%30.54
%53.76

CMYK Percentages of Color #498efa

%71
%43
%0
%2

Triadic Colors of #498efa

#498efa #fa498e #8efa49

Analogous Colors of #498efa

#498efa #5d49fa #49e7fa

Monochromatic Colors of #498efa

#498efa

Complementary Color

#498efa #fab549

#498efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#498efa Color CSS Codes

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

#498efa Text Font Color

<p style="color:#498efa">Text here</p>

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


#498efa Background Color

<div style="background-color:#498efa">
Div content here</div>

This div background color is #498efa


#498efa Border Color

<div style="border:3px solid #498efa">
Div here</div>

This div border color is #498efa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,142,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #498efa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #498efa;
  -webkit-box-shadow: 1px 1px 3px 2px #498efa;
  box-shadow:         1px 1px 3px 2px #498efa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498efa

Related Colors


Comments

No comments written yet.

Please login to write comment.