Color Hex Logo

#abbfaa Color Hex

#ABBFAA
(171,191,170)
0 Favorites   0 Comments

Color spaces of #abbfaa

RGB 171191170
HSL0.330.140.71
HSV117°11°75°
CMYK 0.100.000.11   0.25
XYZ42.681148.821845.2042
Yxy48.82180.31220.3571
Hunter Lab69.8726-13.241810.5530
CIE-Lab75.3403-10.82278.2831

#abbfaa color RGB value is (171,191,170).

#abbfaa hex color red value is 171, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #abbfaa hue: 0.33 , saturation: 0.14 and the lightness value of abbfaa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 10101010
Octal 253 277 252
Decimal 171 191 170
Hex AB BF AA

RGB Percentages of Color #abbfaa

%32.14
%35.90
%31.95

CMYK Percentages of Color #abbfaa

%10
%0
%11
%25

Triadic Colors of #abbfaa

#abbfaa #aaabbf #bfaaab

Analogous Colors of #abbfaa

#abbfaa #aabfb4 #b6bfaa

Monochromatic Colors of #abbfaa

#abbfaa

Complementary Color

#abbfaa #beaabf

#abbfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfaa Color CSS Codes

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

#abbfaa Text Font Color

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

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


#abbfaa Background Color

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

This div background color is #abbfaa


#abbfaa Border Color

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

This div border color is #abbfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfaa


Comments

No comments written yet.

Please login to write comment.