Color Hex Logo

#abac3b Color Hex

#ABAC3B
(171,172,59)
0 Favorites   0 Comments

Color spaces of #abac3b

RGB 17117259
HSL0.170.490.45
HSV61°66°67°
CMYK 0.010.000.66   0.33
XYZ32.336538.47879.8605
Yxy38.47870.40080.4770
Hunter Lab62.0312-15.503633.9971
CIE-Lab68.3720-14.621855.6551

#abac3b color RGB value is (171,172,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 00111011
Octal 253 254 73
Decimal 171 172 59
Hex AB AC 3B

RGB Percentages of Color #abac3b

%42.54
%42.79
%14.68

CMYK Percentages of Color #abac3b

%1
%0
%66
%33

Triadic Colors of #abac3b

#abac3b #3babac #ac3bab

Analogous Colors of #abac3b

#abac3b #73ac3b #ac753b

Monochromatic Colors of #abac3b

#abac3b

Complementary Color

#abac3b #3c3bac

#abac3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abac3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abac3b Color CSS Codes

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

#abac3b Text Font Color

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

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


#abac3b Background Color

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

This div background color is #abac3b


#abac3b Border Color

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

This div border color is #abac3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abac3b


Comments

No comments written yet.

Please login to write comment.