Color Hex Logo

#acb694 Color Hex

#ACB694
(172,182,148)
0 Favorites   0 Comments

Color spaces of #acb694

RGB 172182148
HSL0.220.190.65
HSV78°19°71°
CMYK 0.050.000.19   0.29
XYZ39.086544.364734.5201
Yxy44.36470.33130.3761
Hunter Lab66.6068-11.813815.8968
CIE-Lab72.4716-9.523016.1625

#acb694 color RGB value is (172,182,148).

#acb694 hex color red value is 172, green value is 182 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #acb694 hue: 0.22 , saturation: 0.19 and the lightness value of acb694 is 0.65.

The process color (four color CMYK) of #acb694 color hex is 0.05, 0.00, 0.19, 0.29. Web safe color of #acb694 is #99cc99. Color #acb694 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 10010100
Octal 254 266 224
Decimal 172 182 148
Hex AC B6 94

RGB Percentages of Color #acb694

%34.26
%36.25
%29.48

CMYK Percentages of Color #acb694

%5
%0
%19
%29

Triadic Colors of #acb694

#acb694 #94acb6 #b694ac

Analogous Colors of #acb694

#acb694 #9bb694 #b6af94

Monochromatic Colors of #acb694

#acb694

Complementary Color

#acb694 #9e94b6

#acb694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb694 Color CSS Codes

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

#acb694 Text Font Color

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

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


#acb694 Background Color

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

This div background color is #acb694


#acb694 Border Color

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

This div border color is #acb694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb694


Comments

No comments written yet.

Please login to write comment.