Color Hex Logo

#acac38 Color Hex

#ACAC38
(172,172,56)
0 Favorites   0 Comments

Color spaces of #acac38

RGB 17217256
HSL0.170.510.45
HSV60°67°67°
CMYK 0.000.000.67   0.33
XYZ32.479638.56129.4726
Yxy38.56120.40340.4789
Hunter Lab62.0977-15.308234.4241
CIE-Lab68.4322-14.367456.9525

#acac38 color RGB value is (172,172,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 00111000
Octal 254 254 70
Decimal 172 172 56
Hex AC AC 38

RGB Percentages of Color #acac38

%43.00
%43.00
%14.00

CMYK Percentages of Color #acac38

%0
%0
%67
%33

Triadic Colors of #acac38

#acac38 #38acac #ac38ac

Analogous Colors of #acac38

#acac38 #72ac38 #ac7238

Monochromatic Colors of #acac38

#acac38

Complementary Color

#acac38 #3838ac

#acac38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acac38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acac38 Color CSS Codes

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

#acac38 Text Font Color

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

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


#acac38 Background Color

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

This div background color is #acac38


#acac38 Border Color

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

This div border color is #acac38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acac38

#acac38 Color Palettes


Comments

No comments written yet.

Please login to write comment.