Color Hex Logo

#9aae7c Color Hex

#9AAE7C
(154,174,124)
0 Favorites   0 Comments

Color spaces of #9aae7c

RGB 154174124
HSL0.230.240.58
HSV84°29°68°
CMYK 0.110.000.29   0.32
XYZ32.100638.597424.8269
Yxy38.59740.33600.4041
Hunter Lab62.1268-16.491919.7955
CIE-Lab68.4586-15.846223.4334

#9aae7c color RGB value is (154,174,124).

#9aae7c hex color red value is 154, green value is 174 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #9aae7c hue: 0.23 , saturation: 0.24 and the lightness value of 9aae7c is 0.58.

The process color (four color CMYK) of #9aae7c color hex is 0.11, 0.00, 0.29, 0.32. Web safe color of #9aae7c is #999966. Color #9aae7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101110 01111100
Octal 232 256 174
Decimal 154 174 124
Hex 9A AE 7C

RGB Percentages of Color #9aae7c

%34.07
%38.50
%27.43

CMYK Percentages of Color #9aae7c

%11
%0
%29
%32

Triadic Colors of #9aae7c

#9aae7c #7c9aae #ae7c9a

Analogous Colors of #9aae7c

#9aae7c #81ae7c #aea97c

Monochromatic Colors of #9aae7c

#9aae7c

Complementary Color

#9aae7c #907cae

#9aae7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aae7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aae7c Color CSS Codes

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

#9aae7c Text Font Color

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

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


#9aae7c Background Color

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

This div background color is #9aae7c


#9aae7c Border Color

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

This div border color is #9aae7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aae7c


Comments

No comments written yet.

Please login to write comment.