Color Hex Logo

#aeccaa Color Hex

#AECCAA
(174,204,170)
0 Favorites   0 Comments

Color spaces of #aeccaa

RGB 174204170
HSL0.310.250.73
HSV113°17°80°
CMYK 0.150.000.17   0.20
XYZ46.304155.086746.2225
Yxy55.08670.31370.3732
Hunter Lab74.2204-18.524415.0301
CIE-Lab79.0912-16.449213.6380

#aeccaa color RGB value is (174,204,170).

#aeccaa hex color red value is 174, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aeccaa hue: 0.31 , saturation: 0.25 and the lightness value of aeccaa is 0.73.

The process color (four color CMYK) of #aeccaa color hex is 0.15, 0.00, 0.17, 0.20. Web safe color of #aeccaa is #99cc99. Color #aeccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 10101010
Octal 256 314 252
Decimal 174 204 170
Hex AE CC AA

RGB Percentages of Color #aeccaa

%31.75
%37.23
%31.02

CMYK Percentages of Color #aeccaa

%15
%0
%17
%20

Triadic Colors of #aeccaa

#aeccaa #aaaecc #ccaaae

Analogous Colors of #aeccaa

#aeccaa #aaccb7 #bfccaa

Monochromatic Colors of #aeccaa

#aeccaa

Complementary Color

#aeccaa #c8aacc

#aeccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeccaa Color CSS Codes

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

#aeccaa Text Font Color

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

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


#aeccaa Background Color

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

This div background color is #aeccaa


#aeccaa Border Color

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

This div border color is #aeccaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,204,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 #aeccaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeccaa


Comments

No comments written yet.

Please login to write comment.