Color Hex Logo

#98a1ad Color Hex

#98A1AD
(152,161,173)
0 Favorites   0 Comments

Color spaces of #98a1ad

RGB 152161173
HSL0.600.110.64
HSV214°12°68°
CMYK 0.120.070.00   0.32
XYZ33.236635.182344.5743
Yxy35.18230.29410.3114
Hunter Lab59.3147-3.7793-3.0355
CIE-Lab65.8904-0.7161-7.3137

#98a1ad color RGB value is (152,161,173).

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

The process color (four color CMYK) of #98a1ad color hex is 0.12, 0.07, 0.00, 0.32. Web safe color of #98a1ad is #999999. Color #98a1ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10100001 10101101
Octal 230 241 255
Decimal 152 161 173
Hex 98 A1 AD

RGB Percentages of Color #98a1ad

%31.28
%33.13
%35.60

CMYK Percentages of Color #98a1ad

%12
%7
%0
%32

Triadic Colors of #98a1ad

#98a1ad #ad98a1 #a1ad98

Analogous Colors of #98a1ad

#98a1ad #9a98ad #98acad

Monochromatic Colors of #98a1ad

#98a1ad

Complementary Color

#98a1ad #ada498

#98a1ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98a1ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#98a1ad Color CSS Codes

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

#98a1ad Text Font Color

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

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


#98a1ad Background Color

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

This div background color is #98a1ad


#98a1ad Border Color

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

This div border color is #98a1ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,161,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98a1ad


Comments

No comments written yet.

Please login to write comment.