Color Hex Logo

#a1bcaa Color Hex

#A1BCAA
(161,188,170)
0 Favorites   0 Comments

Color spaces of #a1bcaa

RGB 161188170
HSL0.390.170.68
HSV140°14°74°
CMYK 0.140.000.10   0.26
XYZ39.936946.445844.8902
Yxy46.44580.30420.3538
Hunter Lab68.1512-14.66278.6523
CIE-Lab73.8339-12.71776.0320

#a1bcaa color RGB value is (161,188,170).

#a1bcaa hex color red value is 161, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a1bcaa hue: 0.39 , saturation: 0.17 and the lightness value of a1bcaa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111100 10101010
Octal 241 274 252
Decimal 161 188 170
Hex A1 BC AA

RGB Percentages of Color #a1bcaa

%31.02
%36.22
%32.76

CMYK Percentages of Color #a1bcaa

%14
%0
%10
%26

Triadic Colors of #a1bcaa

#a1bcaa #aaa1bc #bcaaa1

Analogous Colors of #a1bcaa

#a1bcaa #a1bcb8 #a6bca1

Monochromatic Colors of #a1bcaa

#a1bcaa

Complementary Color

#a1bcaa #bca1b3

#a1bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1bcaa Color CSS Codes

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

#a1bcaa Text Font Color

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

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


#a1bcaa Background Color

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

This div background color is #a1bcaa


#a1bcaa Border Color

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

This div border color is #a1bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1bcaa


Comments

No comments written yet.

Please login to write comment.