Color Hex Logo

#abac4a Color Hex

#ABAC4A
(171,172,74)
0 Favorites   0 Comments

Color spaces of #abac4a

RGB 17117274
HSL0.170.400.48
HSV61°57°67°
CMYK 0.010.000.57   0.33
XYZ32.783138.657412.2123
Yxy38.65740.39190.4621
Hunter Lab62.1751-14.688531.8769
CIE-Lab68.5024-13.584349.2422

#abac4a color RGB value is (171,172,74).

#abac4a hex color red value is 171, green value is 172 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #abac4a hue: 0.17 , saturation: 0.40 and the lightness value of abac4a is 0.48.

The process color (four color CMYK) of #abac4a color hex is 0.01, 0.00, 0.57, 0.33. Web safe color of #abac4a is #999933. Color #abac4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 01001010
Octal 253 254 112
Decimal 171 172 74
Hex AB AC 4A

RGB Percentages of Color #abac4a

%41.01
%41.25
%17.75

CMYK Percentages of Color #abac4a

%1
%0
%57
%33

Triadic Colors of #abac4a

#abac4a #4aabac #ac4aab

Analogous Colors of #abac4a

#abac4a #7aac4a #ac7c4a

Monochromatic Colors of #abac4a

#abac4a

Complementary Color

#abac4a #4b4aac

#abac4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abac4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abac4a Color CSS Codes

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

#abac4a Text Font Color

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

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


#abac4a Background Color

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

This div background color is #abac4a


#abac4a Border Color

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

This div border color is #abac4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abac4a


Comments

No comments written yet.

Please login to write comment.