Color Hex Logo

#acb767 Color Hex

#ACB767
(172,183,103)
0 Favorites   0 Comments

Color spaces of #acb767

RGB 172183103
HSL0.190.360.56
HSV68°44°72°
CMYK 0.060.000.44   0.28
XYZ36.394943.616919.3327
Yxy43.61690.36640.4390
Hunter Lab66.0431-17.208028.8743
CIE-Lab71.9717-16.106939.2647

#acb767 color RGB value is (172,183,103).

#acb767 hex color red value is 172, green value is 183 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #acb767 hue: 0.19 , saturation: 0.36 and the lightness value of acb767 is 0.56.

The process color (four color CMYK) of #acb767 color hex is 0.06, 0.00, 0.44, 0.28. Web safe color of #acb767 is #99cc66. Color #acb767 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 01100111
Octal 254 267 147
Decimal 172 183 103
Hex AC B7 67

RGB Percentages of Color #acb767

%37.55
%39.96
%22.49

CMYK Percentages of Color #acb767

%6
%0
%44
%28

Triadic Colors of #acb767

#acb767 #67acb7 #b767ac

Analogous Colors of #acb767

#acb767 #84b767 #b79a67

Monochromatic Colors of #acb767

#acb767

Complementary Color

#acb767 #7267b7

#acb767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb767 Color CSS Codes

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

#acb767 Text Font Color

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

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


#acb767 Background Color

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

This div background color is #acb767


#acb767 Border Color

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

This div border color is #acb767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb767


Comments

No comments written yet.

Please login to write comment.