Color Hex Logo

#abb782 Color Hex

#ABB782
(171,183,130)
0 Favorites   0 Comments

Color spaces of #abb782

RGB 171183130
HSL0.200.270.61
HSV74°29°72°
CMYK 0.070.000.29   0.28
XYZ37.757344.136627.6483
Yxy44.13660.34470.4029
Hunter Lab66.4354-14.814821.8301
CIE-Lab72.3197-13.131825.6270

#abb782 color RGB value is (171,183,130).

#abb782 hex color red value is 171, green value is 183 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #abb782 hue: 0.20 , saturation: 0.27 and the lightness value of abb782 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110111 10000010
Octal 253 267 202
Decimal 171 183 130
Hex AB B7 82

RGB Percentages of Color #abb782

%35.33
%37.81
%26.86

CMYK Percentages of Color #abb782

%7
%0
%29
%28

Triadic Colors of #abb782

#abb782 #82abb7 #b782ab

Analogous Colors of #abb782

#abb782 #91b782 #b7a982

Monochromatic Colors of #abb782

#abb782

Complementary Color

#abb782 #8e82b7

#abb782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb782 Color CSS Codes

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

#abb782 Text Font Color

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

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


#abb782 Background Color

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

This div background color is #abb782


#abb782 Border Color

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

This div border color is #abb782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb782


Comments

No comments written yet.

Please login to write comment.