Color Hex Logo

#acab20 Color Hex

#ACAB20
(172,171,32)
0 Favorites   0 Comments

Color spaces of #acab20

RGB 17217132
HSL0.170.690.40
HSV60°81°67°
CMYK 0.000.010.81   0.33
XYZ31.836938.00087.0234
Yxy38.00080.41420.4944
Hunter Lab61.6448-15.690836.3962
CIE-Lab68.0212-14.916964.6547

#acab20 color RGB value is (172,171,32).

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

The process color (four color CMYK) of #acab20 color hex is 0.00, 0.01, 0.81, 0.33. Web safe color of #acab20 is #999933. Color #acab20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 00100000
Octal 254 253 40
Decimal 172 171 32
Hex AC AB 20

RGB Percentages of Color #acab20

%45.87
%45.60
%8.53

CMYK Percentages of Color #acab20

%0
%1
%81
%33

Triadic Colors of #acab20

#acab20 #20acab #ab20ac

Analogous Colors of #acab20

#acab20 #67ac20 #ac6520

Monochromatic Colors of #acab20

#acab20

Complementary Color

#acab20 #2021ac

#acab20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab20 Color CSS Codes

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

#acab20 Text Font Color

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

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


#acab20 Background Color

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

This div background color is #acab20


#acab20 Border Color

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

This div border color is #acab20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab20


Comments

No comments written yet.

Please login to write comment.