Color Hex Logo

#98dc1f Color Hex

#98DC1F
(152,220,31)
0 Favorites   0 Comments

Color spaces of #98dc1f

RGB 15222031
HSL0.230.750.49
HSV82°86°86°
CMYK 0.310.000.86   0.14
XYZ38.789457.960710.4394
Yxy57.96070.36190.5407
Hunter Lab76.1319-42.284745.1624
CIE-Lab80.7169-46.007875.2153

#98dc1f color RGB value is (152,220,31).

#98dc1f hex color red value is 152, green value is 220 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #98dc1f hue: 0.23 , saturation: 0.75 and the lightness value of 98dc1f is 0.49.

The process color (four color CMYK) of #98dc1f color hex is 0.31, 0.00, 0.86, 0.14. Web safe color of #98dc1f is #99cc33. Color #98dc1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011100 00011111
Octal 230 334 37
Decimal 152 220 31
Hex 98 DC 1F

RGB Percentages of Color #98dc1f

%37.72
%54.59
%7.69

CMYK Percentages of Color #98dc1f

%31
%0
%86
%14

Triadic Colors of #98dc1f

#98dc1f #1f98dc #dc1f98

Analogous Colors of #98dc1f

#98dc1f #39dc1f #dcc21f

Monochromatic Colors of #98dc1f

#98dc1f

Complementary Color

#98dc1f #631fdc

#98dc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dc1f Color CSS Codes

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

#98dc1f Text Font Color

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

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


#98dc1f Background Color

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

This div background color is #98dc1f


#98dc1f Border Color

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

This div border color is #98dc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dc1f


Comments

No comments written yet.

Please login to write comment.