Color Hex Logo

#acb229 Color Hex

#ACB229
(172,178,41)
0 Favorites   0 Comments

Color spaces of #acb229

RGB 17217841
HSL0.170.630.43
HSV63°77°70°
CMYK 0.030.000.77   0.30
XYZ33.333940.77158.2106
Yxy40.77150.40500.4953
Hunter Lab63.8526-18.557037.0729
CIE-Lab70.0155-18.153763.8069

#acb229 color RGB value is (172,178,41).

#acb229 hex color red value is 172, green value is 178 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #acb229 hue: 0.17 , saturation: 0.63 and the lightness value of acb229 is 0.43.

The process color (four color CMYK) of #acb229 color hex is 0.03, 0.00, 0.77, 0.30. Web safe color of #acb229 is #999933. Color #acb229 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 00101001
Octal 254 262 51
Decimal 172 178 41
Hex AC B2 29

RGB Percentages of Color #acb229

%43.99
%45.52
%10.49

CMYK Percentages of Color #acb229

%3
%0
%77
%30

Triadic Colors of #acb229

#acb229 #29acb2 #b229ac

Analogous Colors of #acb229

#acb229 #68b229 #b27429

Monochromatic Colors of #acb229

#acb229

Complementary Color

#acb229 #2f29b2

#acb229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb229 Color CSS Codes

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

#acb229 Text Font Color

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

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


#acb229 Background Color

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

This div background color is #acb229


#acb229 Border Color

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

This div border color is #acb229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb229


Comments

No comments written yet.

Please login to write comment.