Color Hex Logo

#acac67 Color Hex

#ACAC67
(172,172,103)
0 Favorites   0 Comments

Color spaces of #acac67

RGB 172172103
HSL0.170.290.54
HSV60°40°67°
CMYK 0.000.000.40   0.33
XYZ34.214039.255018.6057
Yxy39.25500.37160.4263
Hunter Lab62.6538-12.168926.2509
CIE-Lab68.9356-10.422435.4571

#acac67 color RGB value is (172,172,103).

#acac67 hex color red value is 172, green value is 172 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #acac67 hue: 0.17 , saturation: 0.29 and the lightness value of acac67 is 0.54.

The process color (four color CMYK) of #acac67 color hex is 0.00, 0.00, 0.40, 0.33. Web safe color of #acac67 is #999966. Color #acac67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 01100111
Octal 254 254 147
Decimal 172 172 103
Hex AC AC 67

RGB Percentages of Color #acac67

%38.48
%38.48
%23.04

CMYK Percentages of Color #acac67

%0
%0
%40
%33

Triadic Colors of #acac67

#acac67 #67acac #ac67ac

Analogous Colors of #acac67

#acac67 #8aac67 #ac8a67

Monochromatic Colors of #acac67

#acac67

Complementary Color

#acac67 #6767ac

#acac67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acac67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acac67 Color CSS Codes

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

#acac67 Text Font Color

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

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


#acac67 Background Color

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

This div background color is #acac67


#acac67 Border Color

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

This div border color is #acac67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acac67


Comments

No comments written yet.

Please login to write comment.