Color Hex Logo

#acb26d Color Hex

#ACB26D
(172,178,109)
0 Favorites   0 Comments

Color spaces of #acb26d

RGB 172178109
HSL0.180.310.56
HSV65°39°70°
CMYK 0.030.000.39   0.30
XYZ35.694041.715620.6386
Yxy41.71560.36400.4255
Hunter Lab64.5876-14.381326.2656
CIE-Lab70.6744-12.861034.5518

#acb26d color RGB value is (172,178,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 01101101
Octal 254 262 155
Decimal 172 178 109
Hex AC B2 6D

RGB Percentages of Color #acb26d

%37.47
%38.78
%23.75

CMYK Percentages of Color #acb26d

%3
%0
%39
%30

Triadic Colors of #acb26d

#acb26d #6dacb2 #b26dac

Analogous Colors of #acb26d

#acb26d #8ab26d #b2966d

Monochromatic Colors of #acb26d

#acb26d

Complementary Color

#acb26d #736db2

#acb26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb26d Color CSS Codes

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

#acb26d Text Font Color

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

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


#acb26d Background Color

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

This div background color is #acb26d


#acb26d Border Color

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

This div border color is #acb26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb26d


Comments

No comments written yet.

Please login to write comment.