Color Hex Logo

#acbc6c Color Hex

#ACBC6C
(172,188,108)
0 Favorites   0 Comments

Color spaces of #acbc6c

RGB 172188108
HSL0.200.370.58
HSV72°43°74°
CMYK 0.090.000.43   0.26
XYZ37.703345.819821.0443
Yxy45.81980.36060.4382
Hunter Lab67.6903-19.034128.9505
CIE-Lab73.4285-18.086238.5523

#acbc6c color RGB value is (172,188,108).

#acbc6c hex color red value is 172, green value is 188 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #acbc6c hue: 0.20 , saturation: 0.37 and the lightness value of acbc6c is 0.58.

The process color (four color CMYK) of #acbc6c color hex is 0.09, 0.00, 0.43, 0.26. Web safe color of #acbc6c is #99cc66. Color #acbc6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 01101100
Octal 254 274 154
Decimal 172 188 108
Hex AC BC 6C

RGB Percentages of Color #acbc6c

%36.75
%40.17
%23.08

CMYK Percentages of Color #acbc6c

%9
%0
%43
%26

Triadic Colors of #acbc6c

#acbc6c #6cacbc #bc6cac

Analogous Colors of #acbc6c

#acbc6c #84bc6c #bca46c

Monochromatic Colors of #acbc6c

#acbc6c

Complementary Color

#acbc6c #7c6cbc

#acbc6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbc6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbc6c Color CSS Codes

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

#acbc6c Text Font Color

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

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


#acbc6c Background Color

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

This div background color is #acbc6c


#acbc6c Border Color

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

This div border color is #acbc6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbc6c


Comments

No comments written yet.

Please login to write comment.