Color Hex Logo

#98a99e Color Hex

#98A99E
(152,169,158)
0 Favorites   0 Comments

Color spaces of #98a99e

RGB 152169158
HSL0.390.090.63
HSV141°10°66°
CMYK 0.100.000.07   0.34
XYZ33.308437.520037.8343
Yxy37.52000.30650.3453
Hunter Lab61.2536-10.12926.2560
CIE-Lab67.6653-8.11353.6442

#98a99e color RGB value is (152,169,158).

#98a99e hex color red value is 152, green value is 169 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #98a99e hue: 0.39 , saturation: 0.09 and the lightness value of 98a99e is 0.63.

The process color (four color CMYK) of #98a99e color hex is 0.10, 0.00, 0.07, 0.34. Web safe color of #98a99e is #999999. Color #98a99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101001 10011110
Octal 230 251 236
Decimal 152 169 158
Hex 98 A9 9E

RGB Percentages of Color #98a99e

%31.73
%35.28
%32.99

CMYK Percentages of Color #98a99e

%10
%0
%7
%34

Triadic Colors of #98a99e

#98a99e #9e98a9 #a99e98

Analogous Colors of #98a99e

#98a99e #98a9a7 #9ba998

Monochromatic Colors of #98a99e

#98a99e

Complementary Color

#98a99e #a998a3

#98a99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98a99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98a99e Color CSS Codes

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

#98a99e Text Font Color

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

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


#98a99e Background Color

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

This div background color is #98a99e


#98a99e Border Color

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

This div border color is #98a99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98a99e


Comments

No comments written yet.

Please login to write comment.