Color Hex Logo

#abb886 Color Hex

#ABB886
(171,184,134)
0 Favorites   0 Comments

Color spaces of #abb886

RGB 171184134
HSL0.210.260.62
HSV76°27°72°
CMYK 0.070.000.27   0.28
XYZ38.238244.660129.1592
Yxy44.66010.34120.3985
Hunter Lab66.8282-14.814120.9097
CIE-Lab72.6675-13.077123.9605

#abb886 color RGB value is (171,184,134).

#abb886 hex color red value is 171, green value is 184 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #abb886 hue: 0.21 , saturation: 0.26 and the lightness value of abb886 is 0.62.

The process color (four color CMYK) of #abb886 color hex is 0.07, 0.00, 0.27, 0.28. Web safe color of #abb886 is #99cc99. Color #abb886 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111000 10000110
Octal 253 270 206
Decimal 171 184 134
Hex AB B8 86

RGB Percentages of Color #abb886

%34.97
%37.63
%27.40

CMYK Percentages of Color #abb886

%7
%0
%27
%28

Triadic Colors of #abb886

#abb886 #86abb8 #b886ab

Analogous Colors of #abb886

#abb886 #92b886 #b8ac86

Monochromatic Colors of #abb886

#abb886

Complementary Color

#abb886 #9386b8

#abb886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb886 Color CSS Codes

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

#abb886 Text Font Color

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

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


#abb886 Background Color

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

This div background color is #abb886


#abb886 Border Color

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

This div border color is #abb886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb886


Comments

No comments written yet.

Please login to write comment.