Color Hex Logo

#aecb8a Color Hex

#AECB8A
(174,203,138)
0 Favorites   0 Comments

Color spaces of #aecb8a

RGB 174203138
HSL0.240.380.67
HSV87°32°80°
CMYK 0.140.000.32   0.20
XYZ43.398953.545532.0927
Yxy53.54550.33630.4150
Hunter Lab73.1748-22.190125.2192
CIE-Lab78.1960-20.997029.3066

#aecb8a color RGB value is (174,203,138).

#aecb8a hex color red value is 174, green value is 203 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aecb8a hue: 0.24 , saturation: 0.38 and the lightness value of aecb8a is 0.67.

The process color (four color CMYK) of #aecb8a color hex is 0.14, 0.00, 0.32, 0.20. Web safe color of #aecb8a is #99cc99. Color #aecb8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 10001010
Octal 256 313 212
Decimal 174 203 138
Hex AE CB 8A

RGB Percentages of Color #aecb8a

%33.79
%39.42
%26.80

CMYK Percentages of Color #aecb8a

%14
%0
%32
%20

Triadic Colors of #aecb8a

#aecb8a #8aaecb #cb8aae

Analogous Colors of #aecb8a

#aecb8a #8ecb8a #cbc88a

Monochromatic Colors of #aecb8a

#aecb8a

Complementary Color

#aecb8a #a78acb

#aecb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb8a Color CSS Codes

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

#aecb8a Text Font Color

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

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


#aecb8a Background Color

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

This div background color is #aecb8a


#aecb8a Border Color

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

This div border color is #aecb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb8a


Comments

No comments written yet.

Please login to write comment.