Color Hex Logo

#aecaa4 Color Hex

#AECAA4
(174,202,164)
0 Favorites   0 Comments

Color spaces of #aecaa4

RGB 174202164
HSL0.290.260.72
HSV104°19°79°
CMYK 0.140.000.19   0.21
XYZ45.276953.920143.1432
Yxy53.92010.31810.3788
Hunter Lab73.4303-18.440516.5660
CIE-Lab78.4151-16.466215.8873

#aecaa4 color RGB value is (174,202,164).

#aecaa4 hex color red value is 174, green value is 202 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #aecaa4 hue: 0.29 , saturation: 0.26 and the lightness value of aecaa4 is 0.72.

The process color (four color CMYK) of #aecaa4 color hex is 0.14, 0.00, 0.19, 0.21. Web safe color of #aecaa4 is #99cc99. Color #aecaa4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 10100100
Octal 256 312 244
Decimal 174 202 164
Hex AE CA A4

RGB Percentages of Color #aecaa4

%32.22
%37.41
%30.37

CMYK Percentages of Color #aecaa4

%14
%0
%19
%21

Triadic Colors of #aecaa4

#aecaa4 #a4aeca #caa4ae

Analogous Colors of #aecaa4

#aecaa4 #a4caad #c1caa4

Monochromatic Colors of #aecaa4

#aecaa4

Complementary Color

#aecaa4 #c0a4ca

#aecaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecaa4 Color CSS Codes

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

#aecaa4 Text Font Color

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

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


#aecaa4 Background Color

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

This div background color is #aecaa4


#aecaa4 Border Color

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

This div border color is #aecaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecaa4


Comments

No comments written yet.

Please login to write comment.