Color Hex Logo

#9ae077 Color Hex

#9AE077
(154,224,119)
0 Favorites   0 Comments

Color spaces of #9ae077

RGB 154224119
HSL0.280.630.67
HSV100°47°88°
CMYK 0.310.000.47   0.12
XYZ43.311961.513227.0432
Yxy61.51320.32840.4665
Hunter Lab78.4304-38.679434.4577
CIE-Lab82.6539-40.469544.3753

#9ae077 color RGB value is (154,224,119).

#9ae077 hex color red value is 154, green value is 224 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #9ae077 hue: 0.28 , saturation: 0.63 and the lightness value of 9ae077 is 0.67.

The process color (four color CMYK) of #9ae077 color hex is 0.31, 0.00, 0.47, 0.12. Web safe color of #9ae077 is #99cc66. Color #9ae077 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11100000 01110111
Octal 232 340 167
Decimal 154 224 119
Hex 9A E0 77

RGB Percentages of Color #9ae077

%30.99
%45.07
%23.94

CMYK Percentages of Color #9ae077

%31
%0
%47
%12

Triadic Colors of #9ae077

#9ae077 #779ae0 #e0779a

Analogous Colors of #9ae077

#9ae077 #77e089 #cfe077

Monochromatic Colors of #9ae077

#9ae077

Complementary Color

#9ae077 #bd77e0

#9ae077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ae077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ae077 Color CSS Codes

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

#9ae077 Text Font Color

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

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


#9ae077 Background Color

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

This div background color is #9ae077


#9ae077 Border Color

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

This div border color is #9ae077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ae077


Comments

No comments written yet.

Please login to write comment.