Color Hex Logo

#aec95e Color Hex

#AEC95E
(174,201,94)
0 Favorites   0 Comments

Color spaces of #aec95e

RGB 17420194
HSL0.210.500.58
HSV75°53°79°
CMYK 0.130.000.53   0.21
XYZ40.362651.580118.4183
Yxy51.58010.36570.4674
Hunter Lab71.8193-25.366435.0684
CIE-Lab77.0291-25.164249.7853

#aec95e color RGB value is (174,201,94).

#aec95e hex color red value is 174, green value is 201 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aec95e hue: 0.21 , saturation: 0.50 and the lightness value of aec95e is 0.58.

The process color (four color CMYK) of #aec95e color hex is 0.13, 0.00, 0.53, 0.21. Web safe color of #aec95e is #99cc66. Color #aec95e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 01011110
Octal 256 311 136
Decimal 174 201 94
Hex AE C9 5E

RGB Percentages of Color #aec95e

%37.10
%42.86
%20.04

CMYK Percentages of Color #aec95e

%13
%0
%53
%21

Triadic Colors of #aec95e

#aec95e #5eaec9 #c95eae

Analogous Colors of #aec95e

#aec95e #79c95e #c9af5e

Monochromatic Colors of #aec95e

#aec95e

Complementary Color

#aec95e #795ec9

#aec95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec95e Color CSS Codes

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

#aec95e Text Font Color

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

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


#aec95e Background Color

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

This div background color is #aec95e


#aec95e Border Color

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

This div border color is #aec95e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,201,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aec95e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aec95e;
  -webkit-box-shadow: 1px 1px 3px 2px #aec95e;
  box-shadow:         1px 1px 3px 2px #aec95e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec95e


Comments

No comments written yet.

Please login to write comment.