Color Hex Logo

#498aab Color Hex

#498AAB
(73,138,171)
0 Favorites   0 Comments

Color spaces of #498aab

RGB 73138171
HSL0.560.400.48
HSV200°57°67°
CMYK 0.570.190.00   0.33
XYZ19.186822.533741.8663
Yxy22.53370.22950.2696
Hunter Lab47.4697-10.9239-19.0626
CIE-Lab54.5888-10.9533-23.7289

#498aab color RGB value is (73,138,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001010 10101011
Octal 111 212 253
Decimal 73 138 171
Hex 49 8A AB

RGB Percentages of Color #498aab

%19.11
%36.13
%44.76

CMYK Percentages of Color #498aab

%57
%19
%0
%33

Triadic Colors of #498aab

#498aab #ab498a #8aab49

Analogous Colors of #498aab

#498aab #4959ab #49ab9b

Monochromatic Colors of #498aab

#498aab

Complementary Color

#498aab #ab6a49

#498aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#498aab Color CSS Codes

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

#498aab Text Font Color

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

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


#498aab Background Color

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

This div background color is #498aab


#498aab Border Color

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

This div border color is #498aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498aab


Comments

No comments written yet.

Please login to write comment.