Color Hex Logo

#aac893 Color Hex

#AAC893
(170,200,147)
0 Favorites   0 Comments

Color spaces of #aac893

RGB 170200147
HSL0.260.330.68
HSV94°27°78°
CMYK 0.150.000.27   0.22
XYZ42.498351.961235.3934
Yxy51.96120.32730.4002
Hunter Lab72.0841-20.909821.3474
CIE-Lab77.2576-19.634323.2738

#aac893 color RGB value is (170,200,147).

#aac893 hex color red value is 170, green value is 200 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #aac893 hue: 0.26 , saturation: 0.33 and the lightness value of aac893 is 0.68.

The process color (four color CMYK) of #aac893 color hex is 0.15, 0.00, 0.27, 0.22. Web safe color of #aac893 is #99cc99. Color #aac893 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001000 10010011
Octal 252 310 223
Decimal 170 200 147
Hex AA C8 93

RGB Percentages of Color #aac893

%32.88
%38.68
%28.43

CMYK Percentages of Color #aac893

%15
%0
%27
%22

Triadic Colors of #aac893

#aac893 #93aac8 #c893aa

Analogous Colors of #aac893

#aac893 #93c897 #c5c893

Monochromatic Colors of #aac893

#aac893

Complementary Color

#aac893 #b193c8

#aac893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac893 Color CSS Codes

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

#aac893 Text Font Color

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

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


#aac893 Background Color

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

This div background color is #aac893


#aac893 Border Color

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

This div border color is #aac893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac893


Comments

No comments written yet.

Please login to write comment.