Color Hex Logo

#98b00d Color Hex

#98B00D
(152,176,13)
0 Favorites   0 Comments

Color spaces of #98b00d

RGB 15217613
HSL0.190.860.37
HSV69°93°69°
CMYK 0.140.000.93   0.31
XYZ28.546937.75516.1637
Yxy37.75510.39390.5210
Hunter Lab61.4452-24.599537.0641
CIE-Lab67.8397-26.533467.7579

#98b00d color RGB value is (152,176,13).

#98b00d hex color red value is 152, green value is 176 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #98b00d hue: 0.19 , saturation: 0.86 and the lightness value of 98b00d is 0.37.

The process color (four color CMYK) of #98b00d color hex is 0.14, 0.00, 0.93, 0.31. Web safe color of #98b00d is #999900. Color #98b00d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10110000 00001101
Octal 230 260 15
Decimal 152 176 13
Hex 98 B0 D

RGB Percentages of Color #98b00d

%44.57
%51.61
%3.81

CMYK Percentages of Color #98b00d

%14
%0
%93
%31

Triadic Colors of #98b00d

#98b00d #0d98b0 #b00d98

Analogous Colors of #98b00d

#98b00d #47b00d #b0770d

Monochromatic Colors of #98b00d

#98b00d

Complementary Color

#98b00d #250db0

#98b00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98b00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#98b00d Color CSS Codes

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

#98b00d Text Font Color

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

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


#98b00d Background Color

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

This div background color is #98b00d


#98b00d Border Color

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

This div border color is #98b00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98b00d


Comments

No comments written yet.

Please login to write comment.