Color Hex Logo

#498cea Color Hex

#498CEA
(73,140,234)
0 Favorites   0 Comments

Color spaces of #498cea

RGB 73140234
HSL0.600.790.60
HSV215°69°92°
CMYK 0.690.400.00   0.08
XYZ26.977026.113181.4604
Yxy26.11310.20050.1941
Hunter Lab51.10104.8062-58.7439
CIE-Lab58.14429.0033-53.7273

#498cea color RGB value is (73,140,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001100 11101010
Octal 111 214 352
Decimal 73 140 234
Hex 49 8C EA

RGB Percentages of Color #498cea

%16.33
%31.32
%52.35

CMYK Percentages of Color #498cea

%69
%40
%0
%8

Triadic Colors of #498cea

#498cea #ea498c #8cea49

Analogous Colors of #498cea

#498cea #5649ea #49ddea

Monochromatic Colors of #498cea

#498cea

Complementary Color

#498cea #eaa749

#498cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#498cea Color CSS Codes

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

#498cea Text Font Color

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

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


#498cea Background Color

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

This div background color is #498cea


#498cea Border Color

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

This div border color is #498cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498cea


Comments

No comments written yet.

Please login to write comment.