Color Hex Logo

#98a785 Color Hex

#98A785
(152,167,133)
0 Favorites   0 Comments

Color spaces of #98a785

RGB 152167133
HSL0.240.160.59
HSV86°20°65°
CMYK 0.090.000.20   0.35
XYZ31.001236.006327.5063
Yxy36.00630.32800.3810
Hunter Lab60.0052-12.788714.8252
CIE-Lab66.5247-11.531915.8529

#98a785 color RGB value is (152,167,133).

#98a785 hex color red value is 152, green value is 167 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #98a785 hue: 0.24 , saturation: 0.16 and the lightness value of 98a785 is 0.59.

The process color (four color CMYK) of #98a785 color hex is 0.09, 0.00, 0.20, 0.35. Web safe color of #98a785 is #999999. Color #98a785 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10100111 10000101
Octal 230 247 205
Decimal 152 167 133
Hex 98 A7 85

RGB Percentages of Color #98a785

%33.63
%36.95
%29.42

CMYK Percentages of Color #98a785

%9
%0
%20
%35

Triadic Colors of #98a785

#98a785 #8598a7 #a78598

Analogous Colors of #98a785

#98a785 #87a785 #a7a585

Monochromatic Colors of #98a785

#98a785

Complementary Color

#98a785 #9485a7

#98a785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98a785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98a785 Color CSS Codes

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

#98a785 Text Font Color

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

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


#98a785 Background Color

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

This div background color is #98a785


#98a785 Border Color

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

This div border color is #98a785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98a785


Comments

No comments written yet.

Please login to write comment.