Color Hex Logo

#aacea5 Color Hex

#AACEA5
(170,206,165)
0 Favorites   0 Comments

Color spaces of #aacea5

RGB 170206165
HSL0.310.290.73
HSV113°20°81°
CMYK 0.170.000.20   0.19
XYZ45.440455.405343.8966
Yxy55.40530.31390.3828
Hunter Lab74.4347-21.291417.1391
CIE-Lab79.2742-19.699416.5182

#aacea5 color RGB value is (170,206,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 10100101
Octal 252 316 245
Decimal 170 206 165
Hex AA CE A5

RGB Percentages of Color #aacea5

%31.42
%38.08
%30.50

CMYK Percentages of Color #aacea5

%17
%0
%20
%19

Triadic Colors of #aacea5

#aacea5 #a5aace #cea5aa

Analogous Colors of #aacea5

#aacea5 #a5ceb5 #bfcea5

Monochromatic Colors of #aacea5

#aacea5

Complementary Color

#aacea5 #c9a5ce

#aacea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacea5 Color CSS Codes

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

#aacea5 Text Font Color

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

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


#aacea5 Background Color

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

This div background color is #aacea5


#aacea5 Border Color

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

This div border color is #aacea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacea5


Comments

No comments written yet.

Please login to write comment.