Color Hex Logo

#98990f Color Hex

#98990F
(152,153,15)
1 Favorites   0 Comments

Color spaces of #98990f

RGB 15215315
HSL0.170.820.33
HSV60°90°60°
CMYK 0.010.000.90   0.40
XYZ24.426429.49244.8571
Yxy29.49240.41560.5018
Hunter Lab54.3069-14.750632.7121
CIE-Lab61.2138-14.927862.1962

#98990f color RGB value is (152,153,15).

#98990f hex color red value is 152, green value is 153 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #98990f hue: 0.17 , saturation: 0.82 and the lightness value of 98990f is 0.33.

The process color (four color CMYK) of #98990f color hex is 0.01, 0.00, 0.90, 0.40. Web safe color of #98990f is #999900. Color #98990f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011001 00001111
Octal 230 231 17
Decimal 152 153 15
Hex 98 99 F

RGB Percentages of Color #98990f

%47.50
%47.81
%4.69

CMYK Percentages of Color #98990f

%1
%0
%90
%40

Triadic Colors of #98990f

#98990f #0f9899 #990f98

Analogous Colors of #98990f

#98990f #53990f #99550f

Monochromatic Colors of #98990f

#98990f

Complementary Color

#98990f #100f99

#98990f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98990f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98990f Color CSS Codes

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

#98990f Text Font Color

<p style="color:#98990f">Text here</p>

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


#98990f Background Color

<div style="background-color:#98990f">
Div content here</div>

This div background color is #98990f


#98990f Border Color

<div style="border:3px solid #98990f">
Div here</div>

This div border color is #98990f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,153,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98990f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98990f;
  -webkit-box-shadow: 1px 1px 3px 2px #98990f;
  box-shadow:         1px 1px 3px 2px #98990f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98990f


Comments

No comments written yet.

Please login to write comment.