Color Hex Logo

#998daf Color Hex

#998DAF
(153,141,175)
0 Favorites   0 Comments

Color spaces of #998daf

RGB 153141175
HSL0.730.180.62
HSV261°19°69°
CMYK 0.130.190.00   0.31
XYZ30.399628.917244.5368
Yxy28.91720.29270.2784
Hunter Lab53.77476.8028-11.4623
CIE-Lab60.708511.2973-16.2063

#998daf color RGB value is (153,141,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001101 10101111
Octal 231 215 257
Decimal 153 141 175
Hex 99 8D AF

RGB Percentages of Color #998daf

%32.62
%30.06
%37.31

CMYK Percentages of Color #998daf

%13
%19
%0
%31

Triadic Colors of #998daf

#998daf #af998d #8daf99

Analogous Colors of #998daf

#998daf #aa8daf #8d92af

Monochromatic Colors of #998daf

#998daf

Complementary Color

#998daf #a3af8d

#998daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#998daf Color CSS Codes

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

#998daf Text Font Color

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

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


#998daf Background Color

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

This div background color is #998daf


#998daf Border Color

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

This div border color is #998daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998daf


Comments

No comments written yet.

Please login to write comment.