Color Hex Logo

#98d25c Color Hex

#98D25C
(152,210,92)
0 Favorites   0 Comments

Color spaces of #98d25c

RGB 15221092
HSL0.250.570.59
HSV89°56°82°
CMYK 0.280.000.56   0.18
XYZ37.927353.541318.4607
Yxy53.54130.34500.4871
Hunter Lab73.1719-35.528736.2619
CIE-Lab78.1935-37.899151.7081

#98d25c color RGB value is (152,210,92).

#98d25c hex color red value is 152, green value is 210 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #98d25c hue: 0.25 , saturation: 0.57 and the lightness value of 98d25c is 0.59.

The process color (four color CMYK) of #98d25c color hex is 0.28, 0.00, 0.56, 0.18. Web safe color of #98d25c is #99cc66. Color #98d25c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11010010 01011100
Octal 230 322 134
Decimal 152 210 92
Hex 98 D2 5C

RGB Percentages of Color #98d25c

%33.48
%46.26
%20.26

CMYK Percentages of Color #98d25c

%28
%0
%56
%18

Triadic Colors of #98d25c

#98d25c #5c98d2 #d25c98

Analogous Colors of #98d25c

#98d25c #5dd25c #d2d15c

Monochromatic Colors of #98d25c

#98d25c

Complementary Color

#98d25c #965cd2

#98d25c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98d25c Color Preview on White Background

Lorem ipsum dolor sit amet.

#98d25c Color CSS Codes

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

#98d25c Text Font Color

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

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


#98d25c Background Color

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

This div background color is #98d25c


#98d25c Border Color

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

This div border color is #98d25c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98d25c


Comments

No comments written yet.

Please login to write comment.