Color Hex Logo

#acb651 Color Hex

#ACB651
(172,182,81)
0 Favorites   0 Comments

Color spaces of #acb651

RGB 17218281
HSL0.180.410.52
HSV66°55°71°
CMYK 0.050.000.55   0.29
XYZ35.226442.820614.1932
Yxy42.82060.38190.4642
Hunter Lab65.4375-18.425132.9464
CIE-Lab71.4330-17.713249.3391

#acb651 color RGB value is (172,182,81).

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

The process color (four color CMYK) of #acb651 color hex is 0.05, 0.00, 0.55, 0.29. Web safe color of #acb651 is #99cc66. Color #acb651 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 01010001
Octal 254 266 121
Decimal 172 182 81
Hex AC B6 51

RGB Percentages of Color #acb651

%39.54
%41.84
%18.62

CMYK Percentages of Color #acb651

%5
%0
%55
%29

Triadic Colors of #acb651

#acb651 #51acb6 #b651ac

Analogous Colors of #acb651

#acb651 #7ab651 #b68e51

Monochromatic Colors of #acb651

#acb651

Complementary Color

#acb651 #5b51b6

#acb651 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb651 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb651 Color CSS Codes

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

#acb651 Text Font Color

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

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


#acb651 Background Color

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

This div background color is #acb651


#acb651 Border Color

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

This div border color is #acb651


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb651


Comments

No comments written yet.

Please login to write comment.