Color Hex Logo

#8998af Color Hex

#8998AF
(137,152,175)
0 Favorites   0 Comments

Color spaces of #8998af

RGB 137152175
HSL0.600.190.61
HSV216°22°69°
CMYK 0.220.130.00   0.31
XYZ29.282630.870044.9726
Yxy30.87000.27850.2936
Hunter Lab55.5608-3.1552-9.0986
CIE-Lab62.3977-0.2244-13.7765

#8998af color RGB value is (137,152,175).

#8998af hex color red value is 137, green value is 152 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8998af hue: 0.60 , saturation: 0.19 and the lightness value of 8998af is 0.61.

The process color (four color CMYK) of #8998af color hex is 0.22, 0.13, 0.00, 0.31. Web safe color of #8998af is #999999. Color #8998af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011000 10101111
Octal 211 230 257
Decimal 137 152 175
Hex 89 98 AF

RGB Percentages of Color #8998af

%29.53
%32.76
%37.72

CMYK Percentages of Color #8998af

%22
%13
%0
%31

Triadic Colors of #8998af

#8998af #af8998 #98af89

Analogous Colors of #8998af

#8998af #8d89af #89abaf

Monochromatic Colors of #8998af

#8998af

Complementary Color

#8998af #afa089

#8998af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8998af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8998af Color CSS Codes

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

#8998af Text Font Color

<p style="color:#8998af">Text here</p>

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


#8998af Background Color

<div style="background-color:#8998af">
Div content here</div>

This div background color is #8998af


#8998af Border Color

<div style="border:3px solid #8998af">
Div here</div>

This div border color is #8998af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8998af


Comments

No comments written yet.

Please login to write comment.