Color Hex Logo

#acb068 Color Hex

#ACB068
(172,176,104)
0 Favorites   0 Comments

Color spaces of #acb068

RGB 172176104
HSL0.180.310.55
HSV63°41°69°
CMYK 0.020.000.41   0.31
XYZ35.037340.820819.1292
Yxy40.82080.36890.4298
Hunter Lab63.8912-13.921826.9722
CIE-Lab70.0502-12.396436.3476

#acb068 color RGB value is (172,176,104).

#acb068 hex color red value is 172, green value is 176 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #acb068 hue: 0.18 , saturation: 0.31 and the lightness value of acb068 is 0.55.

The process color (four color CMYK) of #acb068 color hex is 0.02, 0.00, 0.41, 0.31. Web safe color of #acb068 is #999966. Color #acb068 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 01101000
Octal 254 260 150
Decimal 172 176 104
Hex AC B0 68

RGB Percentages of Color #acb068

%38.05
%38.94
%23.01

CMYK Percentages of Color #acb068

%2
%0
%41
%31

Triadic Colors of #acb068

#acb068 #68acb0 #b068ac

Analogous Colors of #acb068

#acb068 #88b068 #b09068

Monochromatic Colors of #acb068

#acb068

Complementary Color

#acb068 #6c68b0

#acb068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb068 Color CSS Codes

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

#acb068 Text Font Color

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

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


#acb068 Background Color

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

This div background color is #acb068


#acb068 Border Color

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

This div border color is #acb068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb068


Comments

No comments written yet.

Please login to write comment.