Color Hex Logo

#498eac Color Hex

#498EAC
(73,142,172)
0 Favorites   0 Comments

Color spaces of #498eac

RGB 73142172
HSL0.550.400.48
HSV198°58°67°
CMYK 0.580.170.00   0.33
XYZ19.867023.741042.5651
Yxy23.74100.23050.2755
Hunter Lab48.7247-12.4868-17.6874
CIE-Lab55.8275-12.8670-22.3977

#498eac color RGB value is (73,142,172).

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

The process color (four color CMYK) of #498eac color hex is 0.58, 0.17, 0.00, 0.33. Web safe color of #498eac is #339999. Color #498eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001110 10101100
Octal 111 216 254
Decimal 73 142 172
Hex 49 8E AC

RGB Percentages of Color #498eac

%18.86
%36.69
%44.44

CMYK Percentages of Color #498eac

%58
%17
%0
%33

Triadic Colors of #498eac

#498eac #ac498e #8eac49

Analogous Colors of #498eac

#498eac #495dac #49ac99

Monochromatic Colors of #498eac

#498eac

Complementary Color

#498eac #ac6749

#498eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#498eac Color CSS Codes

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

#498eac Text Font Color

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

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


#498eac Background Color

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

This div background color is #498eac


#498eac Border Color

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

This div border color is #498eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498eac


Comments

No comments written yet.

Please login to write comment.