Color Hex Logo

#acb525 Color Hex

#ACB525
(172,181,37)
0 Favorites   0 Comments

Color spaces of #acb525

RGB 17218137
HSL0.180.660.43
HSV64°80°71°
CMYK 0.050.000.80   0.29
XYZ33.871141.95208.0626
Yxy41.95200.40380.5001
Hunter Lab64.7704-20.003137.9588
CIE-Lab70.8378-19.813965.7354

#acb525 color RGB value is (172,181,37).

#acb525 hex color red value is 172, green value is 181 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #acb525 hue: 0.18 , saturation: 0.66 and the lightness value of acb525 is 0.43.

The process color (four color CMYK) of #acb525 color hex is 0.05, 0.00, 0.80, 0.29. Web safe color of #acb525 is #99cc33. Color #acb525 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 00100101
Octal 254 265 45
Decimal 172 181 37
Hex AC B5 25

RGB Percentages of Color #acb525

%44.10
%46.41
%9.49

CMYK Percentages of Color #acb525

%5
%0
%80
%29

Triadic Colors of #acb525

#acb525 #25acb5 #b525ac

Analogous Colors of #acb525

#acb525 #64b525 #b57625

Monochromatic Colors of #acb525

#acb525

Complementary Color

#acb525 #2e25b5

#acb525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb525 Color CSS Codes

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

#acb525 Text Font Color

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

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


#acb525 Background Color

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

This div background color is #acb525


#acb525 Border Color

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

This div border color is #acb525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb525


Comments

No comments written yet.

Please login to write comment.