Color Hex Logo

#998eae Color Hex

#998EAE
(153,142,174)
1 Favorites   0 Comments

Color spaces of #998eae

RGB 153142174
HSL0.720.160.62
HSV261°18°68°
CMYK 0.120.180.00   0.32
XYZ30.449929.174344.0707
Yxy29.17430.29360.2813
Hunter Lab54.01326.1060-10.5669
CIE-Lab60.935110.5088-15.2958

#998eae color RGB value is (153,142,174).

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

The process color (four color CMYK) of #998eae color hex is 0.12, 0.18, 0.00, 0.32. Web safe color of #998eae is #999999. Color #998eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001110 10101110
Octal 231 216 256
Decimal 153 142 174
Hex 99 8E AE

RGB Percentages of Color #998eae

%32.62
%30.28
%37.10

CMYK Percentages of Color #998eae

%12
%18
%0
%32

Triadic Colors of #998eae

#998eae #ae998e #8eae99

Analogous Colors of #998eae

#998eae #a98eae #8e93ae

Monochromatic Colors of #998eae

#998eae

Complementary Color

#998eae #a3ae8e

#998eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#998eae Color CSS Codes

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

#998eae Text Font Color

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

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


#998eae Background Color

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

This div background color is #998eae


#998eae Border Color

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

This div border color is #998eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,142,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998eae


Comments

No comments written yet.

Please login to write comment.