Color Hex Logo

#abb760 Color Hex

#ABB760
(171,183,96)
0 Favorites   0 Comments

Color spaces of #abb760

RGB 17118396
HSL0.190.380.55
HSV68°48°72°
CMYK 0.070.000.48   0.28
XYZ35.839443.369417.5485
Yxy43.36940.37040.4482
Hunter Lab65.8554-18.105030.2998
CIE-Lab71.8050-17.245042.5475

#abb760 color RGB value is (171,183,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110111 01100000
Octal 253 267 140
Decimal 171 183 96
Hex AB B7 60

RGB Percentages of Color #abb760

%38.00
%40.67
%21.33

CMYK Percentages of Color #abb760

%7
%0
%48
%28

Triadic Colors of #abb760

#abb760 #60abb7 #b760ab

Analogous Colors of #abb760

#abb760 #80b760 #b79860

Monochromatic Colors of #abb760

#abb760

Complementary Color

#abb760 #6c60b7

#abb760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb760 Color CSS Codes

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

#abb760 Text Font Color

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

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


#abb760 Background Color

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

This div background color is #abb760


#abb760 Border Color

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

This div border color is #abb760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb760


Comments

No comments written yet.

Please login to write comment.