Color Hex Logo

#abbfab Color Hex

#ABBFAB
(171,191,171)
0 Favorites   0 Comments

Color spaces of #abbfab

RGB 171191171
HSL0.330.140.71
HSV120°10°75°
CMYK 0.100.000.10   0.25
XYZ42.776148.859845.7044
Yxy48.85980.31150.3558
Hunter Lab69.8998-13.089210.1627
CIE-Lab75.3640-10.64107.7756

#abbfab color RGB value is (171,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 10101011
Octal 253 277 253
Decimal 171 191 171
Hex AB BF AB

RGB Percentages of Color #abbfab

%32.08
%35.83
%32.08

CMYK Percentages of Color #abbfab

%10
%0
%10
%25

Triadic Colors of #abbfab

#abbfab #ababbf #bfabab

Analogous Colors of #abbfab

#abbfab #abbfb5 #b5bfab

Monochromatic Colors of #abbfab

#abbfab

Complementary Color

#abbfab #bfabbf

#abbfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfab Color CSS Codes

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

#abbfab Text Font Color

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

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


#abbfab Background Color

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

This div background color is #abbfab


#abbfab Border Color

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

This div border color is #abbfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfab


Comments

No comments written yet.

Please login to write comment.