Color Hex Logo

#aec27e Color Hex

#AEC27E
(174,194,126)
0 Favorites   0 Comments

Color spaces of #aec27e

RGB 174194126
HSL0.220.360.63
HSV78°35°76°
CMYK 0.100.000.35   0.24
XYZ40.513249.088627.0784
Yxy49.08860.34720.4207
Hunter Lab70.0633-19.395326.1296
CIE-Lab75.5064-18.134231.9976

#aec27e color RGB value is (174,194,126).

#aec27e hex color red value is 174, green value is 194 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aec27e hue: 0.22 , saturation: 0.36 and the lightness value of aec27e is 0.63.

The process color (four color CMYK) of #aec27e color hex is 0.10, 0.00, 0.35, 0.24. Web safe color of #aec27e is #99cc66. Color #aec27e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 01111110
Octal 256 302 176
Decimal 174 194 126
Hex AE C2 7E

RGB Percentages of Color #aec27e

%35.22
%39.27
%25.51

CMYK Percentages of Color #aec27e

%10
%0
%35
%24

Triadic Colors of #aec27e

#aec27e #7eaec2 #c27eae

Analogous Colors of #aec27e

#aec27e #8cc27e #c2b47e

Monochromatic Colors of #aec27e

#aec27e

Complementary Color

#aec27e #927ec2

#aec27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec27e Color CSS Codes

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

#aec27e Text Font Color

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

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


#aec27e Background Color

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

This div background color is #aec27e


#aec27e Border Color

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

This div border color is #aec27e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,194,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 #aec27e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec27e


Comments

No comments written yet.

Please login to write comment.