Color Hex Logo

#9ad98e Color Hex

#9AD98E
(154,217,142)
0 Favorites   0 Comments

Color spaces of #9ad98e

RGB 154217142
HSL0.310.500.70
HSV110°35°85°
CMYK 0.290.000.35   0.15
XYZ43.021858.448734.6054
Yxy58.44870.31620.4295
Hunter Lab76.4517-33.343026.6790
CIE-Lab80.9876-34.148330.7330

#9ad98e color RGB value is (154,217,142).

#9ad98e hex color red value is 154, green value is 217 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #9ad98e hue: 0.31 , saturation: 0.50 and the lightness value of 9ad98e is 0.70.

The process color (four color CMYK) of #9ad98e color hex is 0.29, 0.00, 0.35, 0.15. Web safe color of #9ad98e is #99cc99. Color #9ad98e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011001 10001110
Octal 232 331 216
Decimal 154 217 142
Hex 9A D9 8E

RGB Percentages of Color #9ad98e

%30.02
%42.30
%27.68

CMYK Percentages of Color #9ad98e

%29
%0
%35
%15

Triadic Colors of #9ad98e

#9ad98e #8e9ad9 #d98e9a

Analogous Colors of #9ad98e

#9ad98e #8ed9a8 #c0d98e

Monochromatic Colors of #9ad98e

#9ad98e

Complementary Color

#9ad98e #cd8ed9

#9ad98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ad98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ad98e Color CSS Codes

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

#9ad98e Text Font Color

<p style="color:#9ad98e">Text here</p>

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


#9ad98e Background Color

<div style="background-color:#9ad98e">
Div content here</div>

This div background color is #9ad98e


#9ad98e Border Color

<div style="border:3px solid #9ad98e">
Div here</div>

This div border color is #9ad98e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,217,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ad98e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ad98e;
  -webkit-box-shadow: 1px 1px 3px 2px #9ad98e;
  box-shadow:         1px 1px 3px 2px #9ad98e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,217,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ad98e


Comments

No comments written yet.

Please login to write comment.