Color Hex Logo

#9ad27e Color Hex

#9AD27E
(154,210,126)
0 Favorites   0 Comments

Color spaces of #9ad27e

RGB 154210126
HSL0.280.480.66
HSV100°40°82°
CMYK 0.270.000.40   0.18
XYZ40.138954.469628.1368
Yxy54.46960.32700.4438
Hunter Lab73.8035-32.076929.0588
CIE-Lab78.7348-33.211935.9459

#9ad27e color RGB value is (154,210,126).

#9ad27e hex color red value is 154, green value is 210 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #9ad27e hue: 0.28 , saturation: 0.48 and the lightness value of 9ad27e is 0.66.

The process color (four color CMYK) of #9ad27e color hex is 0.27, 0.00, 0.40, 0.18. Web safe color of #9ad27e is #99cc66. Color #9ad27e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11010010 01111110
Octal 232 322 176
Decimal 154 210 126
Hex 9A D2 7E

RGB Percentages of Color #9ad27e

%31.43
%42.86
%25.71

CMYK Percentages of Color #9ad27e

%27
%0
%40
%18

Triadic Colors of #9ad27e

#9ad27e #7e9ad2 #d27e9a

Analogous Colors of #9ad27e

#9ad27e #7ed28c #c4d27e

Monochromatic Colors of #9ad27e

#9ad27e

Complementary Color

#9ad27e #b67ed2

#9ad27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ad27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ad27e Color CSS Codes

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

#9ad27e Text Font Color

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

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


#9ad27e Background Color

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

This div background color is #9ad27e


#9ad27e Border Color

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

This div border color is #9ad27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ad27e


Comments

No comments written yet.

Please login to write comment.