Color Hex Logo

#abb061 Color Hex

#ABB061
(171,176,97)
0 Favorites   0 Comments

Color spaces of #abb061

RGB 17117697
HSL0.180.330.54
HSV64°45°69°
CMYK 0.030.000.45   0.31
XYZ34.477640.571717.3232
Yxy40.57170.37320.4392
Hunter Lab63.6959-14.848628.4622
CIE-Lab69.8748-13.559739.6874

#abb061 color RGB value is (171,176,97).

#abb061 hex color red value is 171, green value is 176 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #abb061 hue: 0.18 , saturation: 0.33 and the lightness value of abb061 is 0.54.

The process color (four color CMYK) of #abb061 color hex is 0.03, 0.00, 0.45, 0.31. Web safe color of #abb061 is #999966. Color #abb061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110000 01100001
Octal 253 260 141
Decimal 171 176 97
Hex AB B0 61

RGB Percentages of Color #abb061

%38.51
%39.64
%21.85

CMYK Percentages of Color #abb061

%3
%0
%45
%31

Triadic Colors of #abb061

#abb061 #61abb0 #b061ab

Analogous Colors of #abb061

#abb061 #84b061 #b08e61

Monochromatic Colors of #abb061

#abb061

Complementary Color

#abb061 #6661b0

#abb061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb061 Color CSS Codes

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

#abb061 Text Font Color

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

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


#abb061 Background Color

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

This div background color is #abb061


#abb061 Border Color

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

This div border color is #abb061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb061

#abb061 Color Palettes


Comments

No comments written yet.

Please login to write comment.