Color Hex Logo

#498fea Color Hex

#498FEA
(73,143,234)
0 Favorites   0 Comments

Color spaces of #498fea

RGB 73143234
HSL0.590.790.60
HSV214°69°92°
CMYK 0.690.390.00   0.08
XYZ27.421427.001981.6085
Yxy27.00190.20160.1985
Hunter Lab51.96343.2597-56.7407
CIE-Lab58.97617.2123-52.4031

#498fea color RGB value is (73,143,234).

#498fea hex color red value is 73, green value is 143 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #498fea hue: 0.59 , saturation: 0.79 and the lightness value of 498fea is 0.60.

The process color (four color CMYK) of #498fea color hex is 0.69, 0.39, 0.00, 0.08. Web safe color of #498fea is #3399ff. Color #498fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001111 11101010
Octal 111 217 352
Decimal 73 143 234
Hex 49 8F EA

RGB Percentages of Color #498fea

%16.22
%31.78
%52.00

CMYK Percentages of Color #498fea

%69
%39
%0
%8

Triadic Colors of #498fea

#498fea #ea498f #8fea49

Analogous Colors of #498fea

#498fea #5349ea #49e0ea

Monochromatic Colors of #498fea

#498fea

Complementary Color

#498fea #eaa449

#498fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#498fea Color CSS Codes

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

#498fea Text Font Color

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

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


#498fea Background Color

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

This div background color is #498fea


#498fea Border Color

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

This div border color is #498fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498fea


Comments

No comments written yet.

Please login to write comment.