Color Hex Logo

#aabca1 Color Hex

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

Color spaces of #aabca1

RGB 170188161
HSL0.280.170.68
HSV100°14°74°
CMYK 0.100.000.14   0.26
XYZ40.993847.085740.6461
Yxy47.08570.31850.3658
Hunter Lab68.6190-13.445312.9132
CIE-Lab74.2446-11.213011.5873

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

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

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

Base Numbers

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

RGB Percentages of Color #aabca1

%32.76
%36.22
%31.02

CMYK Percentages of Color #aabca1

%10
%0
%14
%26

Triadic Colors of #aabca1

#aabca1 #a1aabc #bca1aa

Analogous Colors of #aabca1

#aabca1 #a1bca6 #b8bca1

Monochromatic Colors of #aabca1

#aabca1

Complementary Color

#aabca1 #b3a1bc

#aabca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabca1 Color CSS Codes

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

#aabca1 Text Font Color

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

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


#aabca1 Background Color

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

This div background color is #aabca1


#aabca1 Border Color

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

This div border color is #aabca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabca1


Comments

No comments written yet.

Please login to write comment.