Color Hex Logo

#498edd Color Hex

#498EDD
(73,142,221)
0 Favorites   0 Comments

Color spaces of #498edd

RGB 73142221
HSL0.590.690.58
HSV212°67°87°
CMYK 0.670.360.00   0.13
XYZ25.471825.982972.0793
Yxy25.98290.20620.2103
Hunter Lab50.9734-0.0057-48.1580
CIE-Lab58.02083.3067-46.6844

#498edd color RGB value is (73,142,221).

#498edd hex color red value is 73, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #498edd hue: 0.59 , saturation: 0.69 and the lightness value of 498edd is 0.58.

The process color (four color CMYK) of #498edd color hex is 0.67, 0.36, 0.00, 0.13. Web safe color of #498edd is #3399cc. Color #498edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001110 11011101
Octal 111 216 335
Decimal 73 142 221
Hex 49 8E DD

RGB Percentages of Color #498edd

%16.74
%32.57
%50.69

CMYK Percentages of Color #498edd

%67
%36
%0
%13

Triadic Colors of #498edd

#498edd #dd498e #8edd49

Analogous Colors of #498edd

#498edd #4e49dd #49d8dd

Monochromatic Colors of #498edd

#498edd

Complementary Color

#498edd #dd9849

#498edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#498edd Color CSS Codes

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

#498edd Text Font Color

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

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


#498edd Background Color

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

This div background color is #498edd


#498edd Border Color

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

This div border color is #498edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498edd


Comments

No comments written yet.

Please login to write comment.