Color Hex Logo

#498eea Color Hex

#498EEA
(73,142,234)
0 Favorites   0 Comments

Color spaces of #498eea

RGB 73142234
HSL0.600.790.60
HSV214°69°92°
CMYK 0.690.390.00   0.08
XYZ27.271926.703081.5587
Yxy26.70300.20120.1970
Hunter Lab51.67493.7738-57.4051
CIE-Lab58.69847.8077-52.8449

#498eea color RGB value is (73,142,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001110 11101010
Octal 111 216 352
Decimal 73 142 234
Hex 49 8E EA

RGB Percentages of Color #498eea

%16.26
%31.63
%52.12

CMYK Percentages of Color #498eea

%69
%39
%0
%8

Triadic Colors of #498eea

#498eea #ea498e #8eea49

Analogous Colors of #498eea

#498eea #5549ea #49dfea

Monochromatic Colors of #498eea

#498eea

Complementary Color

#498eea #eaa549

#498eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#498eea Color CSS Codes

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

#498eea Text Font Color

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

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


#498eea Background Color

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

This div background color is #498eea


#498eea Border Color

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

This div border color is #498eea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,142,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 #498eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498eea


Comments

No comments written yet.

Please login to write comment.