Color Hex Logo

#acb641 Color Hex

#ACB641
(172,182,65)
0 Favorites   0 Comments

Color spaces of #acb641

RGB 17218265
HSL0.180.470.48
HSV65°64°71°
CMYK 0.050.000.64   0.29
XYZ34.695342.608211.3966
Yxy42.60820.39120.4804
Hunter Lab65.2750-19.353935.3408
CIE-Lab71.2882-18.903156.2425

#acb641 color RGB value is (172,182,65).

#acb641 hex color red value is 172, green value is 182 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #acb641 hue: 0.18 , saturation: 0.47 and the lightness value of acb641 is 0.48.

The process color (four color CMYK) of #acb641 color hex is 0.05, 0.00, 0.64, 0.29. Web safe color of #acb641 is #99cc33. Color #acb641 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 01000001
Octal 254 266 101
Decimal 172 182 65
Hex AC B6 41

RGB Percentages of Color #acb641

%41.05
%43.44
%15.51

CMYK Percentages of Color #acb641

%5
%0
%64
%29

Triadic Colors of #acb641

#acb641 #41acb6 #b641ac

Analogous Colors of #acb641

#acb641 #72b641 #b68641

Monochromatic Colors of #acb641

#acb641

Complementary Color

#acb641 #4b41b6

#acb641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb641 Color CSS Codes

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

#acb641 Text Font Color

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

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


#acb641 Background Color

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

This div background color is #acb641


#acb641 Border Color

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

This div border color is #acb641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb641


Comments

No comments written yet.

Please login to write comment.