Color Hex Logo

#acb25d Color Hex

#ACB25D
(172,178,93)
0 Favorites   0 Comments

Color spaces of #acb25d

RGB 17217893
HSL0.180.360.53
HSV64°48°70°
CMYK 0.030.000.48   0.30
XYZ34.909441.401816.5073
Yxy41.40180.37610.4461
Hunter Lab64.3442-15.758829.8303
CIE-Lab70.4565-14.584642.4192

#acb25d color RGB value is (172,178,93).

#acb25d hex color red value is 172, green value is 178 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #acb25d hue: 0.18 , saturation: 0.36 and the lightness value of acb25d is 0.53.

The process color (four color CMYK) of #acb25d color hex is 0.03, 0.00, 0.48, 0.30. Web safe color of #acb25d is #999966. Color #acb25d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 01011101
Octal 254 262 135
Decimal 172 178 93
Hex AC B2 5D

RGB Percentages of Color #acb25d

%38.83
%40.18
%20.99

CMYK Percentages of Color #acb25d

%3
%0
%48
%30

Triadic Colors of #acb25d

#acb25d #5dacb2 #b25dac

Analogous Colors of #acb25d

#acb25d #82b25d #b28e5d

Monochromatic Colors of #acb25d

#acb25d

Complementary Color

#acb25d #635db2

#acb25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb25d Color CSS Codes

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

#acb25d Text Font Color

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

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


#acb25d Background Color

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

This div background color is #acb25d


#acb25d Border Color

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

This div border color is #acb25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb25d


Comments

No comments written yet.

Please login to write comment.