Color Hex Logo

#abaca1 Color Hex

#ABACA1
(171,172,161)
0 Favorites   0 Comments

Color spaces of #abaca1

RGB 171172161
HSL0.180.060.65
HSV65°67°
CMYK 0.010.000.06   0.33
XYZ37.980140.736239.5793
Yxy40.73620.32110.3444
Hunter Lab63.8249-5.47417.9103
CIE-Lab69.9907-2.37155.5241

#abaca1 color RGB value is (171,172,161).

#abaca1 hex color red value is 171, green value is 172 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #abaca1 hue: 0.18 , saturation: 0.06 and the lightness value of abaca1 is 0.65.

The process color (four color CMYK) of #abaca1 color hex is 0.01, 0.00, 0.06, 0.33. Web safe color of #abaca1 is #999999. Color #abaca1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 10100001
Octal 253 254 241
Decimal 171 172 161
Hex AB AC A1

RGB Percentages of Color #abaca1

%33.93
%34.13
%31.94

CMYK Percentages of Color #abaca1

%1
%0
%6
%33

Triadic Colors of #abaca1

#abaca1 #a1abac #aca1ab

Analogous Colors of #abaca1

#abaca1 #a6aca1 #aca8a1

Monochromatic Colors of #abaca1

#abaca1

Complementary Color

#abaca1 #a2a1ac

#abaca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaca1 Color CSS Codes

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

#abaca1 Text Font Color

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

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


#abaca1 Background Color

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

This div background color is #abaca1


#abaca1 Border Color

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

This div border color is #abaca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaca1


Comments

No comments written yet.

Please login to write comment.