Color Hex Logo

#acb62b Color Hex

#ACB62B
(172,182,43)
0 Favorites   0 Comments

Color spaces of #acb62b

RGB 17218243
HSL0.180.620.44
HSV64°76°71°
CMYK 0.050.000.76   0.29
XYZ34.177342.40108.6684
Yxy42.40100.40090.4974
Hunter Lab65.1161-20.264237.6884
CIE-Lab71.1465-20.079564.2147

#acb62b color RGB value is (172,182,43).

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

The process color (four color CMYK) of #acb62b color hex is 0.05, 0.00, 0.76, 0.29. Web safe color of #acb62b is #99cc33. Color #acb62b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 00101011
Octal 254 266 53
Decimal 172 182 43
Hex AC B6 2B

RGB Percentages of Color #acb62b

%43.32
%45.84
%10.83

CMYK Percentages of Color #acb62b

%5
%0
%76
%29

Triadic Colors of #acb62b

#acb62b #2bacb6 #b62bac

Analogous Colors of #acb62b

#acb62b #67b62b #b67b2b

Monochromatic Colors of #acb62b

#acb62b

Complementary Color

#acb62b #352bb6

#acb62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb62b Color CSS Codes

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

#acb62b Text Font Color

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

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


#acb62b Background Color

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

This div background color is #acb62b


#acb62b Border Color

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

This div border color is #acb62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb62b


Comments

No comments written yet.

Please login to write comment.