Color Hex Logo

#98a32f Color Hex

#98A32F
(152,163,47)
0 Favorites   0 Comments

Color spaces of #98a32f

RGB 15216347
HSL0.180.550.41
HSV66°71°64°
CMYK 0.070.000.71   0.36
XYZ26.559233.07507.6736
Yxy33.07500.39460.4914
Hunter Lab57.5109-18.210632.3466
CIE-Lab64.2216-18.897355.7011

#98a32f color RGB value is (152,163,47).

#98a32f hex color red value is 152, green value is 163 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #98a32f hue: 0.18 , saturation: 0.55 and the lightness value of 98a32f is 0.41.

The process color (four color CMYK) of #98a32f color hex is 0.07, 0.00, 0.71, 0.36. Web safe color of #98a32f is #999933. Color #98a32f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10100011 00101111
Octal 230 243 57
Decimal 152 163 47
Hex 98 A3 2F

RGB Percentages of Color #98a32f

%41.99
%45.03
%12.98

CMYK Percentages of Color #98a32f

%7
%0
%71
%36

Triadic Colors of #98a32f

#98a32f #2f98a3 #a32f98

Analogous Colors of #98a32f

#98a32f #5ea32f #a3742f

Monochromatic Colors of #98a32f

#98a32f

Complementary Color

#98a32f #3a2fa3

#98a32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98a32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98a32f Color CSS Codes

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

#98a32f Text Font Color

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

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


#98a32f Background Color

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

This div background color is #98a32f


#98a32f Border Color

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

This div border color is #98a32f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,163,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 #98a32f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98a32f


Comments

No comments written yet.

Please login to write comment.