Color Hex Logo

#aec28b Color Hex

#AEC28B
(174,194,139)
0 Favorites   0 Comments

Color spaces of #aec28b

RGB 174194139
HSL0.230.310.65
HSV82°28°76°
CMYK 0.100.000.28   0.24
XYZ41.407549.446331.7878
Yxy49.44630.33760.4032
Hunter Lab70.3181-17.945122.4202
CIE-Lab75.7281-16.341225.4746

#aec28b color RGB value is (174,194,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 10001011
Octal 256 302 213
Decimal 174 194 139
Hex AE C2 8B

RGB Percentages of Color #aec28b

%34.32
%38.26
%27.42

CMYK Percentages of Color #aec28b

%10
%0
%28
%24

Triadic Colors of #aec28b

#aec28b #8baec2 #c28bae

Analogous Colors of #aec28b

#aec28b #93c28b #c2bb8b

Monochromatic Colors of #aec28b

#aec28b

Complementary Color

#aec28b #9f8bc2

#aec28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec28b Color CSS Codes

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

#aec28b Text Font Color

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

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


#aec28b Background Color

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

This div background color is #aec28b


#aec28b Border Color

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

This div border color is #aec28b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec28b


Comments

No comments written yet.

Please login to write comment.