Color Hex Logo

#aec28f Color Hex

#AEC28F
(174,194,143)
0 Favorites   0 Comments

Color spaces of #aec28f

RGB 174194143
HSL0.230.290.66
HSV84°26°76°
CMYK 0.100.000.26   0.24
XYZ41.705349.565433.3556
Yxy49.56540.33460.3977
Hunter Lab70.4027-17.464521.1913
CIE-Lab75.8017-15.751923.4551

#aec28f color RGB value is (174,194,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 10001111
Octal 256 302 217
Decimal 174 194 143
Hex AE C2 8F

RGB Percentages of Color #aec28f

%34.05
%37.96
%27.98

CMYK Percentages of Color #aec28f

%10
%0
%26
%24

Triadic Colors of #aec28f

#aec28f #8faec2 #c28fae

Analogous Colors of #aec28f

#aec28f #95c28f #c2bd8f

Monochromatic Colors of #aec28f

#aec28f

Complementary Color

#aec28f #a38fc2

#aec28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec28f Color CSS Codes

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

#aec28f Text Font Color

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

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


#aec28f Background Color

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

This div background color is #aec28f


#aec28f Border Color

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

This div border color is #aec28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec28f


Comments

No comments written yet.

Please login to write comment.