Color Hex Logo

#98a82f Color Hex

#98A82F
(152,168,47)
0 Favorites   0 Comments

Color spaces of #98a82f

RGB 15216847
HSL0.190.560.42
HSV68°72°66°
CMYK 0.100.000.72   0.34
XYZ27.464634.88597.9754
Yxy34.88590.39050.4961
Hunter Lab59.0643-20.360933.3391
CIE-Lab65.6597-21.423157.1115

#98a82f color RGB value is (152,168,47).

#98a82f hex color red value is 152, green value is 168 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #98a82f hue: 0.19 , saturation: 0.56 and the lightness value of 98a82f is 0.42.

The process color (four color CMYK) of #98a82f color hex is 0.10, 0.00, 0.72, 0.34. Web safe color of #98a82f is #999933. Color #98a82f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101000 00101111
Octal 230 250 57
Decimal 152 168 47
Hex 98 A8 2F

RGB Percentages of Color #98a82f

%41.42
%45.78
%12.81

CMYK Percentages of Color #98a82f

%10
%0
%72
%34

Triadic Colors of #98a82f

#98a82f #2f98a8 #a82f98

Analogous Colors of #98a82f

#98a82f #5ca82f #a87c2f

Monochromatic Colors of #98a82f

#98a82f

Complementary Color

#98a82f #3f2fa8

#98a82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98a82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98a82f Color CSS Codes

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

#98a82f Text Font Color

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

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


#98a82f Background Color

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

This div background color is #98a82f


#98a82f Border Color

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

This div border color is #98a82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98a82f


Comments

No comments written yet.

Please login to write comment.