Color Hex Logo

#acab28 Color Hex

#ACAB28
(172,171,40)
0 Favorites   0 Comments

Color spaces of #acab28

RGB 17217140
HSL0.170.620.42
HSV60°77°67°
CMYK 0.000.010.77   0.33
XYZ31.959238.04977.6674
Yxy38.04970.41140.4898
Hunter Lab61.6844-15.465535.8093
CIE-Lab68.0572-14.628162.3365

#acab28 color RGB value is (172,171,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 00101000
Octal 254 253 50
Decimal 172 171 40
Hex AC AB 28

RGB Percentages of Color #acab28

%44.91
%44.65
%10.44

CMYK Percentages of Color #acab28

%0
%1
%77
%33

Triadic Colors of #acab28

#acab28 #28acab #ab28ac

Analogous Colors of #acab28

#acab28 #6bac28 #ac6928

Monochromatic Colors of #acab28

#acab28

Complementary Color

#acab28 #2829ac

#acab28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab28 Color CSS Codes

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

#acab28 Text Font Color

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

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


#acab28 Background Color

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

This div background color is #acab28


#acab28 Border Color

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

This div border color is #acab28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab28


Comments

No comments written yet.

Please login to write comment.