Color Hex Logo

#acb25f Color Hex

#ACB25F
(172,178,95)
0 Favorites   0 Comments

Color spaces of #acb25f

RGB 17217895
HSL0.180.350.54
HSV64°47°70°
CMYK 0.030.000.47   0.30
XYZ34.999241.437716.9801
Yxy41.43770.37470.4436
Hunter Lab64.3721-15.600529.4209
CIE-Lab70.4815-14.385541.4537

#acb25f color RGB value is (172,178,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 01011111
Octal 254 262 137
Decimal 172 178 95
Hex AC B2 5F

RGB Percentages of Color #acb25f

%38.65
%40.00
%21.35

CMYK Percentages of Color #acb25f

%3
%0
%47
%30

Triadic Colors of #acb25f

#acb25f #5facb2 #b25fac

Analogous Colors of #acb25f

#acb25f #83b25f #b28f5f

Monochromatic Colors of #acb25f

#acb25f

Complementary Color

#acb25f #655fb2

#acb25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb25f Color CSS Codes

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

#acb25f Text Font Color

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

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


#acb25f Background Color

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

This div background color is #acb25f


#acb25f Border Color

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

This div border color is #acb25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb25f


Comments

No comments written yet.

Please login to write comment.