Color Hex Logo

#abb985 Color Hex

#ABB985
(171,185,133)
0 Favorites   0 Comments

Color spaces of #abb985

RGB 171185133
HSL0.210.270.62
HSV76°28°73°
CMYK 0.080.000.28   0.27
XYZ38.377245.049328.8630
Yxy45.04930.34180.4012
Hunter Lab67.1188-15.395121.4867
CIE-Lab72.9243-13.737424.8413

#abb985 color RGB value is (171,185,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111001 10000101
Octal 253 271 205
Decimal 171 185 133
Hex AB B9 85

RGB Percentages of Color #abb985

%34.97
%37.83
%27.20

CMYK Percentages of Color #abb985

%8
%0
%28
%27

Triadic Colors of #abb985

#abb985 #85abb9 #b985ab

Analogous Colors of #abb985

#abb985 #91b985 #b9ad85

Monochromatic Colors of #abb985

#abb985

Complementary Color

#abb985 #9385b9

#abb985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb985 Color CSS Codes

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

#abb985 Text Font Color

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

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


#abb985 Background Color

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

This div background color is #abb985


#abb985 Border Color

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

This div border color is #abb985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb985


Comments

No comments written yet.

Please login to write comment.