Color Hex Logo

#acb867 Color Hex

#ACB867
(172,184,103)
0 Favorites   0 Comments

Color spaces of #acb867

RGB 172184103
HSL0.190.360.56
HSV69°44°72°
CMYK 0.070.000.44   0.28
XYZ36.601944.030919.4017
Yxy44.03090.36590.4402
Hunter Lab66.3558-17.661929.1133
CIE-Lab72.2491-16.615839.6095

#acb867 color RGB value is (172,184,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 01100111
Octal 254 270 147
Decimal 172 184 103
Hex AC B8 67

RGB Percentages of Color #acb867

%37.47
%40.09
%22.44

CMYK Percentages of Color #acb867

%7
%0
%44
%28

Triadic Colors of #acb867

#acb867 #67acb8 #b867ac

Analogous Colors of #acb867

#acb867 #84b867 #b89c67

Monochromatic Colors of #acb867

#acb867

Complementary Color

#acb867 #7367b8

#acb867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb867 Color CSS Codes

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

#acb867 Text Font Color

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

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


#acb867 Background Color

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

This div background color is #acb867


#acb867 Border Color

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

This div border color is #acb867


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,184,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 #acb867">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb867


Comments

No comments written yet.

Please login to write comment.