Color Hex Logo

#aec18e Color Hex

#AEC18E
(174,193,142)
0 Favorites   0 Comments

Color spaces of #aec18e

RGB 174193142
HSL0.230.290.66
HSV82°26°76°
CMYK 0.100.000.26   0.24
XYZ41.408049.091632.8844
Yxy49.09160.33560.3979
Hunter Lab70.0654-17.122621.2187
CIE-Lab75.5083-15.392023.5871

#aec18e color RGB value is (174,193,142).

#aec18e hex color red value is 174, green value is 193 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aec18e hue: 0.23 , saturation: 0.29 and the lightness value of aec18e is 0.66.

The process color (four color CMYK) of #aec18e color hex is 0.10, 0.00, 0.26, 0.24. Web safe color of #aec18e is #99cc99. Color #aec18e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000001 10001110
Octal 256 301 216
Decimal 174 193 142
Hex AE C1 8E

RGB Percentages of Color #aec18e

%34.18
%37.92
%27.90

CMYK Percentages of Color #aec18e

%10
%0
%26
%24

Triadic Colors of #aec18e

#aec18e #8eaec1 #c18eae

Analogous Colors of #aec18e

#aec18e #95c18e #c1bb8e

Monochromatic Colors of #aec18e

#aec18e

Complementary Color

#aec18e #a18ec1

#aec18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec18e Color CSS Codes

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

#aec18e Text Font Color

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

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


#aec18e Background Color

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

This div background color is #aec18e


#aec18e Border Color

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

This div border color is #aec18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec18e


Comments

No comments written yet.

Please login to write comment.