Color Hex Logo

#acb10b Color Hex

#ACB10B
(172,177,11)
0 Favorites   0 Comments

Color spaces of #acb10b

RGB 17217711
HSL0.170.880.37
HSV62°94°69°
CMYK 0.030.000.94   0.31
XYZ32.795840.23916.3550
Yxy40.23910.41310.5069
Hunter Lab63.4343-18.724838.4642
CIE-Lab69.6395-18.440470.0745

#acb10b color RGB value is (172,177,11).

#acb10b hex color red value is 172, green value is 177 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #acb10b hue: 0.17 , saturation: 0.88 and the lightness value of acb10b is 0.37.

The process color (four color CMYK) of #acb10b color hex is 0.03, 0.00, 0.94, 0.31. Web safe color of #acb10b is #999900. Color #acb10b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 00001011
Octal 254 261 13
Decimal 172 177 11
Hex AC B1 B

RGB Percentages of Color #acb10b

%47.78
%49.17
%3.06

CMYK Percentages of Color #acb10b

%3
%0
%94
%31

Triadic Colors of #acb10b

#acb10b #0bacb1 #b10bac

Analogous Colors of #acb10b

#acb10b #59b10b #b1630b

Monochromatic Colors of #acb10b

#acb10b

Complementary Color

#acb10b #100bb1

#acb10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb10b Color CSS Codes

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

#acb10b Text Font Color

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

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


#acb10b Background Color

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

This div background color is #acb10b


#acb10b Border Color

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

This div border color is #acb10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb10b


Comments

No comments written yet.

Please login to write comment.