Color Hex Logo

#acb26f Color Hex

#ACB26F
(172,178,111)
0 Favorites   0 Comments

Color spaces of #acb26f

RGB 172178111
HSL0.180.300.57
HSV65°38°70°
CMYK 0.030.000.38   0.30
XYZ35.802941.759121.2122
Yxy41.75910.36250.4228
Hunter Lab64.6213-14.190825.7727
CIE-Lab70.7045-12.624333.5491

#acb26f color RGB value is (172,178,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 01101111
Octal 254 262 157
Decimal 172 178 111
Hex AC B2 6F

RGB Percentages of Color #acb26f

%37.31
%38.61
%24.08

CMYK Percentages of Color #acb26f

%3
%0
%38
%30

Triadic Colors of #acb26f

#acb26f #6facb2 #b26fac

Analogous Colors of #acb26f

#acb26f #8bb26f #b2976f

Monochromatic Colors of #acb26f

#acb26f

Complementary Color

#acb26f #756fb2

#acb26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb26f Color CSS Codes

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

#acb26f Text Font Color

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

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


#acb26f Background Color

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

This div background color is #acb26f


#acb26f Border Color

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

This div border color is #acb26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb26f


Comments

No comments written yet.

Please login to write comment.