Color Hex Logo

#98a2af Color Hex

#98A2AF
(152,162,175)
0 Favorites   0 Comments

Color spaces of #98a2af

RGB 152162175
HSL0.590.130.64
HSV214°13°69°
CMYK 0.130.070.00   0.31
XYZ33.607135.611245.6598
Yxy35.61120.29250.3100
Hunter Lab59.6751-3.9060-3.5925
CIE-Lab66.2218-0.8406-7.9381

#98a2af color RGB value is (152,162,175).

#98a2af hex color red value is 152, green value is 162 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #98a2af hue: 0.59 , saturation: 0.13 and the lightness value of 98a2af is 0.64.

The process color (four color CMYK) of #98a2af color hex is 0.13, 0.07, 0.00, 0.31. Web safe color of #98a2af is #999999. Color #98a2af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10100010 10101111
Octal 230 242 257
Decimal 152 162 175
Hex 98 A2 AF

RGB Percentages of Color #98a2af

%31.08
%33.13
%35.79

CMYK Percentages of Color #98a2af

%13
%7
%0
%31

Triadic Colors of #98a2af

#98a2af #af98a2 #a2af98

Analogous Colors of #98a2af

#98a2af #9a98af #98aeaf

Monochromatic Colors of #98a2af

#98a2af

Complementary Color

#98a2af #afa598

#98a2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98a2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#98a2af Color CSS Codes

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

#98a2af Text Font Color

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

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


#98a2af Background Color

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

This div background color is #98a2af


#98a2af Border Color

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

This div border color is #98a2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98a2af


Comments

No comments written yet.

Please login to write comment.