Color Hex Logo

#aec1aa Color Hex

#AEC1AA
(174,193,170)
0 Favorites   0 Comments

Color spaces of #aec1aa

RGB 174193170
HSL0.300.160.71
HSV110°12°76°
CMYK 0.100.000.12   0.24
XYZ43.781250.040945.3815
Yxy50.04090.31450.3595
Hunter Lab70.7396-13.319511.4815
CIE-Lab76.0944-10.81119.3883

#aec1aa color RGB value is (174,193,170).

#aec1aa hex color red value is 174, green value is 193 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aec1aa hue: 0.30 , saturation: 0.16 and the lightness value of aec1aa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000001 10101010
Octal 256 301 252
Decimal 174 193 170
Hex AE C1 AA

RGB Percentages of Color #aec1aa

%32.40
%35.94
%31.66

CMYK Percentages of Color #aec1aa

%10
%0
%12
%24

Triadic Colors of #aec1aa

#aec1aa #aaaec1 #c1aaae

Analogous Colors of #aec1aa

#aec1aa #aac1b2 #bac1aa

Monochromatic Colors of #aec1aa

#aec1aa

Complementary Color

#aec1aa #bdaac1

#aec1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec1aa Color CSS Codes

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

#aec1aa Text Font Color

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

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


#aec1aa Background Color

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

This div background color is #aec1aa


#aec1aa Border Color

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

This div border color is #aec1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec1aa


Comments

No comments written yet.

Please login to write comment.