Color Hex Logo

#a8bcaa Color Hex

#A8BCAA
(168,188,170)
0 Favorites   0 Comments

Color spaces of #a8bcaa

RGB 168188170
HSL0.350.130.70
HSV126°11°74°
CMYK 0.110.000.10   0.26
XYZ41.387447.193544.9581
Yxy47.19350.30990.3534
Hunter Lab68.6975-12.68189.2868
CIE-Lab74.3134-10.30446.7837

#a8bcaa color RGB value is (168,188,170).

#a8bcaa hex color red value is 168, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a8bcaa hue: 0.35 , saturation: 0.13 and the lightness value of a8bcaa is 0.70.

The process color (four color CMYK) of #a8bcaa color hex is 0.11, 0.00, 0.10, 0.26. Web safe color of #a8bcaa is #99cc99. Color #a8bcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111100 10101010
Octal 250 274 252
Decimal 168 188 170
Hex A8 BC AA

RGB Percentages of Color #a8bcaa

%31.94
%35.74
%32.32

CMYK Percentages of Color #a8bcaa

%11
%0
%10
%26

Triadic Colors of #a8bcaa

#a8bcaa #aaa8bc #bcaaa8

Analogous Colors of #a8bcaa

#a8bcaa #a8bcb4 #b0bca8

Monochromatic Colors of #a8bcaa

#a8bcaa

Complementary Color

#a8bcaa #bca8ba

#a8bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bcaa Color CSS Codes

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

#a8bcaa Text Font Color

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

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


#a8bcaa Background Color

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

This div background color is #a8bcaa


#a8bcaa Border Color

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

This div border color is #a8bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bcaa

#a8bcaa Color Palettes


Comments

No comments written yet.

Please login to write comment.