Color Hex Logo

#98c018 Color Hex

#98C018
(152,192,24)
0 Favorites   0 Comments

Color spaces of #98c018

RGB 15219224
HSL0.210.780.42
HSV74°88°75°
CMYK 0.210.000.88   0.25
XYZ31.963444.44067.7574
Yxy44.44060.37980.5280
Hunter Lab66.6638-31.075939.7653
CIE-Lab72.5220-33.857669.7126

#98c018 color RGB value is (152,192,24).

#98c018 hex color red value is 152, green value is 192 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #98c018 hue: 0.21 , saturation: 0.78 and the lightness value of 98c018 is 0.42.

The process color (four color CMYK) of #98c018 color hex is 0.21, 0.00, 0.88, 0.25. Web safe color of #98c018 is #99cc00. Color #98c018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11000000 00011000
Octal 230 300 30
Decimal 152 192 24
Hex 98 C0 18

RGB Percentages of Color #98c018

%41.30
%52.17
%6.52

CMYK Percentages of Color #98c018

%21
%0
%88
%25

Triadic Colors of #98c018

#98c018 #1898c0 #c01898

Analogous Colors of #98c018

#98c018 #44c018 #c09418

Monochromatic Colors of #98c018

#98c018

Complementary Color

#98c018 #4018c0

#98c018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98c018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98c018 Color CSS Codes

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

#98c018 Text Font Color

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

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


#98c018 Background Color

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

This div background color is #98c018


#98c018 Border Color

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

This div border color is #98c018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98c018


Comments

No comments written yet.

Please login to write comment.