Color Hex Logo

#acb611 Color Hex

#ACB611
(172,182,17)
0 Favorites   0 Comments

Color spaces of #acb611

RGB 17218217
HSL0.180.830.39
HSV64°91°71°
CMYK 0.050.000.91   0.29
XYZ33.842442.26706.9050
Yxy42.26700.40770.5092
Hunter Lab65.0131-20.855139.2120
CIE-Lab71.0546-20.848670.3379

#acb611 color RGB value is (172,182,17).

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

The process color (four color CMYK) of #acb611 color hex is 0.05, 0.00, 0.91, 0.29. Web safe color of #acb611 is #99cc00. Color #acb611 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 00010001
Octal 254 266 21
Decimal 172 182 17
Hex AC B6 11

RGB Percentages of Color #acb611

%46.36
%49.06
%4.58

CMYK Percentages of Color #acb611

%5
%0
%91
%29

Triadic Colors of #acb611

#acb611 #11acb6 #b611ac

Analogous Colors of #acb611

#acb611 #5ab611 #b66e11

Monochromatic Colors of #acb611

#acb611

Complementary Color

#acb611 #1b11b6

#acb611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb611 Color CSS Codes

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

#acb611 Text Font Color

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

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


#acb611 Background Color

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

This div background color is #acb611


#acb611 Border Color

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

This div border color is #acb611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb611


Comments

No comments written yet.

Please login to write comment.