Color Hex Logo

#acb50b Color Hex

#ACB50B
(172,181,11)
0 Favorites   0 Comments

Color spaces of #acb50b

RGB 17218111
HSL0.180.890.38
HSV63°94°71°
CMYK 0.050.000.94   0.29
XYZ33.597541.84266.6223
Yxy41.84260.40940.5099
Hunter Lab64.6859-20.488339.2102
CIE-Lab70.7623-20.445370.9375

#acb50b color RGB value is (172,181,11).

#acb50b hex color red value is 172, green value is 181 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #acb50b hue: 0.18 , saturation: 0.89 and the lightness value of acb50b is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 00001011
Octal 254 265 13
Decimal 172 181 11
Hex AC B5 B

RGB Percentages of Color #acb50b

%47.25
%49.73
%3.02

CMYK Percentages of Color #acb50b

%5
%0
%94
%29

Triadic Colors of #acb50b

#acb50b #0bacb5 #b50bac

Analogous Colors of #acb50b

#acb50b #57b50b #b5690b

Monochromatic Colors of #acb50b

#acb50b

Complementary Color

#acb50b #140bb5

#acb50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb50b Color CSS Codes

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

#acb50b Text Font Color

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

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


#acb50b Background Color

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

This div background color is #acb50b


#acb50b Border Color

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

This div border color is #acb50b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,181,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 #acb50b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb50b


Comments

No comments written yet.

Please login to write comment.