Color Hex Logo

#aacba8 Color Hex

#AACBA8
(170,203,168)
0 Favorites   0 Comments

Color spaces of #aacba8

RGB 170203168
HSL0.320.250.73
HSV117°17°80°
CMYK 0.160.000.17   0.20
XYZ45.001454.085145.1134
Yxy54.08510.31210.3751
Hunter Lab73.5426-19.473715.1094
CIE-Lab78.5113-17.674513.8503

#aacba8 color RGB value is (170,203,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 10101000
Octal 252 313 250
Decimal 170 203 168
Hex AA CB A8

RGB Percentages of Color #aacba8

%31.42
%37.52
%31.05

CMYK Percentages of Color #aacba8

%16
%0
%17
%20

Triadic Colors of #aacba8

#aacba8 #a8aacb #cba8aa

Analogous Colors of #aacba8

#aacba8 #a8cbb8 #bccba8

Monochromatic Colors of #aacba8

#aacba8

Complementary Color

#aacba8 #c9a8cb

#aacba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacba8 Color CSS Codes

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

#aacba8 Text Font Color

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

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


#aacba8 Background Color

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

This div background color is #aacba8


#aacba8 Border Color

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

This div border color is #aacba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacba8


Comments

No comments written yet.

Please login to write comment.