Color Hex Logo

#98c712 Color Hex

#98C712
(152,199,18)
0 Favorites   0 Comments

Color spaces of #98c712

RGB 15219918
HSL0.210.830.43
HSV76°91°78°
CMYK 0.240.000.91   0.22
XYZ33.481547.56597.9887
Yxy47.56590.37600.5342
Hunter Lab68.9680-34.038741.4100
CIE-Lab74.5503-37.180472.3936

#98c712 color RGB value is (152,199,18).

#98c712 hex color red value is 152, green value is 199 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #98c712 hue: 0.21 , saturation: 0.83 and the lightness value of 98c712 is 0.43.

The process color (four color CMYK) of #98c712 color hex is 0.24, 0.00, 0.91, 0.22. Web safe color of #98c712 is #99cc00. Color #98c712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11000111 00010010
Octal 230 307 22
Decimal 152 199 18
Hex 98 C7 12

RGB Percentages of Color #98c712

%41.19
%53.93
%4.88

CMYK Percentages of Color #98c712

%24
%0
%91
%22

Triadic Colors of #98c712

#98c712 #1298c7 #c71298

Analogous Colors of #98c712

#98c712 #3ec712 #c79c12

Monochromatic Colors of #98c712

#98c712

Complementary Color

#98c712 #4112c7

#98c712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98c712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98c712 Color CSS Codes

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

#98c712 Text Font Color

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

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


#98c712 Background Color

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

This div background color is #98c712


#98c712 Border Color

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

This div border color is #98c712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98c712


Comments

No comments written yet.

Please login to write comment.