Color Hex Logo

#acbb36 Color Hex

#ACBB36
(172,187,54)
0 Favorites   0 Comments

Color spaces of #acbb36

RGB 17218754
HSL0.190.550.47
HSV67°71°73°
CMYK 0.080.000.71   0.27
XYZ35.449444.577610.2260
Yxy44.57760.39280.4939
Hunter Lab66.7665-22.067437.6556
CIE-Lab72.6129-22.042461.8708

#acbb36 color RGB value is (172,187,54).

#acbb36 hex color red value is 172, green value is 187 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #acbb36 hue: 0.19 , saturation: 0.55 and the lightness value of acbb36 is 0.47.

The process color (four color CMYK) of #acbb36 color hex is 0.08, 0.00, 0.71, 0.27. Web safe color of #acbb36 is #99cc33. Color #acbb36 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 00110110
Octal 254 273 66
Decimal 172 187 54
Hex AC BB 36

RGB Percentages of Color #acbb36

%41.65
%45.28
%13.08

CMYK Percentages of Color #acbb36

%8
%0
%71
%27

Triadic Colors of #acbb36

#acbb36 #36acbb #bb36ac

Analogous Colors of #acbb36

#acbb36 #6abb36 #bb8836

Monochromatic Colors of #acbb36

#acbb36

Complementary Color

#acbb36 #4536bb

#acbb36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbb36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbb36 Color CSS Codes

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

#acbb36 Text Font Color

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

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


#acbb36 Background Color

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

This div background color is #acbb36


#acbb36 Border Color

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

This div border color is #acbb36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbb36


Comments

No comments written yet.

Please login to write comment.