Color Hex Logo

#498dee Color Hex

#498DEE
(73,141,238)
0 Favorites   0 Comments

Color spaces of #498dee

RGB 73141238
HSL0.600.830.61
HSV215°69°93°
CMYK 0.690.410.00   0.07
XYZ27.705126.639384.5706
Yxy26.63930.19940.1918
Hunter Lab51.61335.4924-61.0200
CIE-Lab58.63909.8009-55.1563

#498dee color RGB value is (73,141,238).

#498dee hex color red value is 73, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #498dee hue: 0.60 , saturation: 0.83 and the lightness value of 498dee is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001101 11101110
Octal 111 215 356
Decimal 73 141 238
Hex 49 8D EE

RGB Percentages of Color #498dee

%16.15
%31.19
%52.65

CMYK Percentages of Color #498dee

%69
%41
%0
%7

Triadic Colors of #498dee

#498dee #ee498d #8dee49

Analogous Colors of #498dee

#498dee #5849ee #49e0ee

Monochromatic Colors of #498dee

#498dee

Complementary Color

#498dee #eeaa49

#498dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#498dee Color CSS Codes

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

#498dee Text Font Color

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

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


#498dee Background Color

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

This div background color is #498dee


#498dee Border Color

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

This div border color is #498dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498dee


Comments

No comments written yet.

Please login to write comment.