Color Hex Logo

#498ddd Color Hex

#498DDD
(73,141,221)
0 Favorites   0 Comments

Color spaces of #498ddd

RGB 73141221
HSL0.590.690.58
HSV212°67°87°
CMYK 0.670.360.00   0.13
XYZ25.323725.686772.0299
Yxy25.68670.20580.2088
Hunter Lab50.68200.4954-48.7862
CIE-Lab57.73853.8977-47.1313

#498ddd color RGB value is (73,141,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001101 11011101
Octal 111 215 335
Decimal 73 141 221
Hex 49 8D DD

RGB Percentages of Color #498ddd

%16.78
%32.41
%50.80

CMYK Percentages of Color #498ddd

%67
%36
%0
%13

Triadic Colors of #498ddd

#498ddd #dd498d #8ddd49

Analogous Colors of #498ddd

#498ddd #4f49dd #49d7dd

Monochromatic Colors of #498ddd

#498ddd

Complementary Color

#498ddd #dd9949

#498ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#498ddd Color CSS Codes

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

#498ddd Text Font Color

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

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


#498ddd Background Color

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

This div background color is #498ddd


#498ddd Border Color

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

This div border color is #498ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498ddd


Comments

No comments written yet.

Please login to write comment.