Color Hex Logo

#498dab Color Hex

#498DAB
(73,141,171)
0 Favorites   0 Comments

Color spaces of #498dab

RGB 73141171
HSL0.550.400.48
HSV198°57°67°
CMYK 0.570.180.00   0.33
XYZ19.623223.406542.0117
Yxy23.40650.23070.2752
Hunter Lab48.3803-12.2653-17.6191
CIE-Lab55.4886-12.6249-22.3456

#498dab color RGB value is (73,141,171).

#498dab hex color red value is 73, green value is 141 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #498dab hue: 0.55 , saturation: 0.40 and the lightness value of 498dab is 0.48.

The process color (four color CMYK) of #498dab color hex is 0.57, 0.18, 0.00, 0.33. Web safe color of #498dab is #339999. Color #498dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001101 10101011
Octal 111 215 253
Decimal 73 141 171
Hex 49 8D AB

RGB Percentages of Color #498dab

%18.96
%36.62
%44.42

CMYK Percentages of Color #498dab

%57
%18
%0
%33

Triadic Colors of #498dab

#498dab #ab498d #8dab49

Analogous Colors of #498dab

#498dab #495cab #49ab98

Monochromatic Colors of #498dab

#498dab

Complementary Color

#498dab #ab6749

#498dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#498dab Color CSS Codes

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

#498dab Text Font Color

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

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


#498dab Background Color

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

This div background color is #498dab


#498dab Border Color

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

This div border color is #498dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498dab


Comments

No comments written yet.

Please login to write comment.