Color Hex Logo

#998faf Color Hex

#998FAF
(153,143,175)
0 Favorites   0 Comments

Color spaces of #998faf

RGB 153143175
HSL0.720.170.62
HSV259°18°69°
CMYK 0.130.180.00   0.31
XYZ30.697229.512444.6360
Yxy29.51240.29280.2815
Hunter Lab54.32535.7944-10.6875
CIE-Lab61.231210.1564-15.4152

#998faf color RGB value is (153,143,175).

#998faf hex color red value is 153, green value is 143 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #998faf hue: 0.72 , saturation: 0.17 and the lightness value of 998faf is 0.62.

The process color (four color CMYK) of #998faf color hex is 0.13, 0.18, 0.00, 0.31. Web safe color of #998faf is #999999. Color #998faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001111 10101111
Octal 231 217 257
Decimal 153 143 175
Hex 99 8F AF

RGB Percentages of Color #998faf

%32.48
%30.36
%37.15

CMYK Percentages of Color #998faf

%13
%18
%0
%31

Triadic Colors of #998faf

#998faf #af998f #8faf99

Analogous Colors of #998faf

#998faf #a98faf #8f95af

Monochromatic Colors of #998faf

#998faf

Complementary Color

#998faf #a5af8f

#998faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#998faf Color CSS Codes

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

#998faf Text Font Color

<p style="color:#998faf">Text here</p>

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


#998faf Background Color

<div style="background-color:#998faf">
Div content here</div>

This div background color is #998faf


#998faf Border Color

<div style="border:3px solid #998faf">
Div here</div>

This div border color is #998faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,143,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #998faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #998faf;
  -webkit-box-shadow: 1px 1px 3px 2px #998faf;
  box-shadow:         1px 1px 3px 2px #998faf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,143,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 #998faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998faf


Comments

No comments written yet.

Please login to write comment.