Color Hex Logo

#abb964 Color Hex

#ABB964
(171,185,100)
0 Favorites   0 Comments

Color spaces of #abb964

RGB 171185100
HSL0.190.380.56
HSV70°46°73°
CMYK 0.080.000.46   0.27
XYZ36.443844.276018.6819
Yxy44.27600.36660.4454
Hunter Lab66.5402-18.681729.9318
CIE-Lab72.4126-17.844841.3006

#abb964 color RGB value is (171,185,100).

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

The process color (four color CMYK) of #abb964 color hex is 0.08, 0.00, 0.46, 0.27. Web safe color of #abb964 is #99cc66. Color #abb964 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111001 01100100
Octal 253 271 144
Decimal 171 185 100
Hex AB B9 64

RGB Percentages of Color #abb964

%37.50
%40.57
%21.93

CMYK Percentages of Color #abb964

%8
%0
%46
%27

Triadic Colors of #abb964

#abb964 #64abb9 #b964ab

Analogous Colors of #abb964

#abb964 #81b964 #b99d64

Monochromatic Colors of #abb964

#abb964

Complementary Color

#abb964 #7264b9

#abb964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb964 Color CSS Codes

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

#abb964 Text Font Color

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

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


#abb964 Background Color

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

This div background color is #abb964


#abb964 Border Color

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

This div border color is #abb964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb964


Comments

No comments written yet.

Please login to write comment.