Color Hex Logo

#98a5ac Color Hex

#98A5AC
(152,165,172)
0 Favorites   0 Comments

Color spaces of #98a5ac

RGB 152165172
HSL0.560.110.64
HSV201°12°67°
CMYK 0.120.040.00   0.33
XYZ33.850436.564244.3032
Yxy36.56420.29510.3187
Hunter Lab60.4683-5.8946-1.1120
CIE-Lab66.9488-3.1231-5.1872

#98a5ac color RGB value is (152,165,172).

#98a5ac hex color red value is 152, green value is 165 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #98a5ac hue: 0.56 , saturation: 0.11 and the lightness value of 98a5ac is 0.64.

The process color (four color CMYK) of #98a5ac color hex is 0.12, 0.04, 0.00, 0.33. Web safe color of #98a5ac is #999999. Color #98a5ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10100101 10101100
Octal 230 245 254
Decimal 152 165 172
Hex 98 A5 AC

RGB Percentages of Color #98a5ac

%31.08
%33.74
%35.17

CMYK Percentages of Color #98a5ac

%12
%4
%0
%33

Triadic Colors of #98a5ac

#98a5ac #ac98a5 #a5ac98

Analogous Colors of #98a5ac

#98a5ac #989bac #98aca9

Monochromatic Colors of #98a5ac

#98a5ac

Complementary Color

#98a5ac #ac9f98

#98a5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98a5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#98a5ac Color CSS Codes

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

#98a5ac Text Font Color

<p style="color:#98a5ac">Text here</p>

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


#98a5ac Background Color

<div style="background-color:#98a5ac">
Div content here</div>

This div background color is #98a5ac


#98a5ac Border Color

<div style="border:3px solid #98a5ac">
Div here</div>

This div border color is #98a5ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,165,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98a5ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98a5ac;
  -webkit-box-shadow: 1px 1px 3px 2px #98a5ac;
  box-shadow:         1px 1px 3px 2px #98a5ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,165,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 #98a5ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98a5ac


Comments

No comments written yet.

Please login to write comment.