Color Hex Logo

#abada2 Color Hex

#ABADA2
(171,173,162)
0 Favorites   0 Comments

Color spaces of #abada2

RGB 171173162
HSL0.200.060.66
HSV71°68°
CMYK 0.010.000.06   0.32
XYZ38.259741.153740.1094
Yxy41.15370.32010.3443
Hunter Lab64.1511-5.80727.8358
CIE-Lab70.2835-2.73195.3945

#abada2 color RGB value is (171,173,162).

#abada2 hex color red value is 171, green value is 173 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #abada2 hue: 0.20 , saturation: 0.06 and the lightness value of abada2 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 10100010
Octal 253 255 242
Decimal 171 173 162
Hex AB AD A2

RGB Percentages of Color #abada2

%33.79
%34.19
%32.02

CMYK Percentages of Color #abada2

%1
%0
%6
%32

Triadic Colors of #abada2

#abada2 #a2abad #ada2ab

Analogous Colors of #abada2

#abada2 #a6ada2 #adaaa2

Monochromatic Colors of #abada2

#abada2

Complementary Color

#abada2 #a4a2ad

#abada2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abada2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abada2 Color CSS Codes

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

#abada2 Text Font Color

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

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


#abada2 Background Color

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

This div background color is #abada2


#abada2 Border Color

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

This div border color is #abada2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,173,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abada2


Comments

No comments written yet.

Please login to write comment.