Color Hex Logo

#aacba7 Color Hex

#AACBA7
(170,203,167)
0 Favorites   0 Comments

Color spaces of #aacba7

RGB 170203167
HSL0.320.260.73
HSV115°18°80°
CMYK 0.160.000.18   0.20
XYZ44.908654.047944.6246
Yxy54.04790.31280.3764
Hunter Lab73.5173-19.617115.4734
CIE-Lab78.4897-17.849114.3534

#aacba7 color RGB value is (170,203,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 10100111
Octal 252 313 247
Decimal 170 203 167
Hex AA CB A7

RGB Percentages of Color #aacba7

%31.48
%37.59
%30.93

CMYK Percentages of Color #aacba7

%16
%0
%18
%20

Triadic Colors of #aacba7

#aacba7 #a7aacb #cba7aa

Analogous Colors of #aacba7

#aacba7 #a7cbb6 #bccba7

Monochromatic Colors of #aacba7

#aacba7

Complementary Color

#aacba7 #c8a7cb

#aacba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacba7 Color CSS Codes

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

#aacba7 Text Font Color

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

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


#aacba7 Background Color

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

This div background color is #aacba7


#aacba7 Border Color

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

This div border color is #aacba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacba7


Comments

No comments written yet.

Please login to write comment.