Color Hex Logo

#acb264 Color Hex

#ACB264
(172,178,100)
0 Favorites   0 Comments

Color spaces of #acb264

RGB 172178100
HSL0.180.340.55
HSV65°44°70°
CMYK 0.030.000.44   0.30
XYZ35.233941.531518.2160
Yxy41.53150.37100.4373
Hunter Lab64.4449-15.187628.3526
CIE-Lab70.5467-13.867339.0152

#acb264 color RGB value is (172,178,100).

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

The process color (four color CMYK) of #acb264 color hex is 0.03, 0.00, 0.44, 0.30. Web safe color of #acb264 is #999966. Color #acb264 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 01100100
Octal 254 262 144
Decimal 172 178 100
Hex AC B2 64

RGB Percentages of Color #acb264

%38.22
%39.56
%22.22

CMYK Percentages of Color #acb264

%3
%0
%44
%30

Triadic Colors of #acb264

#acb264 #64acb2 #b264ac

Analogous Colors of #acb264

#acb264 #85b264 #b29164

Monochromatic Colors of #acb264

#acb264

Complementary Color

#acb264 #6a64b2

#acb264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb264 Color CSS Codes

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

#acb264 Text Font Color

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

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


#acb264 Background Color

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

This div background color is #acb264


#acb264 Border Color

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

This div border color is #acb264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb264


Comments

No comments written yet.

Please login to write comment.