Color Hex Logo

#abb765 Color Hex

#ABB765
(171,183,101)
0 Favorites   0 Comments

Color spaces of #abb765

RGB 171183101
HSL0.190.360.56
HSV69°45°72°
CMYK 0.070.000.45   0.28
XYZ36.077043.464518.7999
Yxy43.46450.36690.4420
Hunter Lab65.9276-17.694329.2422
CIE-Lab71.8691-16.725040.1301

#abb765 color RGB value is (171,183,101).

#abb765 hex color red value is 171, green value is 183 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #abb765 hue: 0.19 , saturation: 0.36 and the lightness value of abb765 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110111 01100101
Octal 253 267 145
Decimal 171 183 101
Hex AB B7 65

RGB Percentages of Color #abb765

%37.58
%40.22
%22.20

CMYK Percentages of Color #abb765

%7
%0
%45
%28

Triadic Colors of #abb765

#abb765 #65abb7 #b765ab

Analogous Colors of #abb765

#abb765 #82b765 #b79a65

Monochromatic Colors of #abb765

#abb765

Complementary Color

#abb765 #7165b7

#abb765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb765 Color CSS Codes

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

#abb765 Text Font Color

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

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


#abb765 Background Color

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

This div background color is #abb765


#abb765 Border Color

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

This div border color is #abb765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb765


Comments

No comments written yet.

Please login to write comment.