Color Hex Logo

#abb885 Color Hex

#ABB885
(171,184,133)
0 Favorites   0 Comments

Color spaces of #abb885

RGB 171184133
HSL0.210.260.62
HSV75°28°72°
CMYK 0.070.000.28   0.28
XYZ38.168744.632428.7935
Yxy44.63240.34200.4000
Hunter Lab66.8075-14.931821.2117
CIE-Lab72.6492-13.221924.4701

#abb885 color RGB value is (171,184,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111000 10000101
Octal 253 270 205
Decimal 171 184 133
Hex AB B8 85

RGB Percentages of Color #abb885

%35.04
%37.70
%27.25

CMYK Percentages of Color #abb885

%7
%0
%28
%28

Triadic Colors of #abb885

#abb885 #85abb8 #b885ab

Analogous Colors of #abb885

#abb885 #92b885 #b8ac85

Monochromatic Colors of #abb885

#abb885

Complementary Color

#abb885 #9285b8

#abb885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb885 Color CSS Codes

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

#abb885 Text Font Color

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

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


#abb885 Background Color

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

This div background color is #abb885


#abb885 Border Color

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

This div border color is #abb885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb885


Comments

No comments written yet.

Please login to write comment.