Color Hex Logo

#98a55e Color Hex

#98A55E
(152,165,94)
0 Favorites   0 Comments

Color spaces of #98a55e

RGB 15216594
HSL0.200.280.51
HSV71°43°65°
CMYK 0.080.000.43   0.35
XYZ28.424434.393815.7302
Yxy34.39380.36190.4379
Hunter Lab58.6462-16.116325.1495
CIE-Lab65.2740-15.953635.1842

#98a55e color RGB value is (152,165,94).

#98a55e hex color red value is 152, green value is 165 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #98a55e hue: 0.20 , saturation: 0.28 and the lightness value of 98a55e is 0.51.

The process color (four color CMYK) of #98a55e color hex is 0.08, 0.00, 0.43, 0.35. Web safe color of #98a55e is #999966. Color #98a55e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10100101 01011110
Octal 230 245 136
Decimal 152 165 94
Hex 98 A5 5E

RGB Percentages of Color #98a55e

%36.98
%40.15
%22.87

CMYK Percentages of Color #98a55e

%8
%0
%43
%35

Triadic Colors of #98a55e

#98a55e #5e98a5 #a55e98

Analogous Colors of #98a55e

#98a55e #75a55e #a58f5e

Monochromatic Colors of #98a55e

#98a55e

Complementary Color

#98a55e #6b5ea5

#98a55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98a55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98a55e Color CSS Codes

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

#98a55e Text Font Color

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

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


#98a55e Background Color

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

This div background color is #98a55e


#98a55e Border Color

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

This div border color is #98a55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98a55e


Comments

No comments written yet.

Please login to write comment.