Color Hex Logo

#aca628 Color Hex

#ACA628
(172,166,40)
0 Favorites   0 Comments

Color spaces of #aca628

RGB 17216640
HSL0.160.620.42
HSV57°77°67°
CMYK 0.000.030.77   0.33
XYZ31.032536.19637.3585
Yxy36.19630.41610.4853
Hunter Lab60.1634-13.214934.8627
CIE-Lab66.6696-12.040761.0685

#aca628 color RGB value is (172,166,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 00101000
Octal 254 246 50
Decimal 172 166 40
Hex AC A6 28

RGB Percentages of Color #aca628

%45.50
%43.92
%10.58

CMYK Percentages of Color #aca628

%0
%3
%77
%33

Triadic Colors of #aca628

#aca628 #28aca6 #a628ac

Analogous Colors of #aca628

#aca628 #70ac28 #ac6428

Monochromatic Colors of #aca628

#aca628

Complementary Color

#aca628 #282eac

#aca628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca628 Color CSS Codes

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

#aca628 Text Font Color

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

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


#aca628 Background Color

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

This div background color is #aca628


#aca628 Border Color

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

This div border color is #aca628


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,166,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 #aca628">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca628


Comments

No comments written yet.

Please login to write comment.