Color Hex Logo

#acb83b Color Hex

#ACB83B
(172,184,59)
0 Favorites   0 Comments

Color spaces of #acb83b

RGB 17218459
HSL0.180.510.48
HSV66°68°72°
CMYK 0.070.000.68   0.28
XYZ34.943243.367410.6667
Yxy43.36740.39270.4874
Hunter Lab65.8539-20.529336.4942
CIE-Lab71.8036-20.275659.1879

#acb83b color RGB value is (172,184,59).

#acb83b hex color red value is 172, green value is 184 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #acb83b hue: 0.18 , saturation: 0.51 and the lightness value of acb83b is 0.48.

The process color (four color CMYK) of #acb83b color hex is 0.07, 0.00, 0.68, 0.28. Web safe color of #acb83b is #99cc33. Color #acb83b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 00111011
Octal 254 270 73
Decimal 172 184 59
Hex AC B8 3B

RGB Percentages of Color #acb83b

%41.45
%44.34
%14.22

CMYK Percentages of Color #acb83b

%7
%0
%68
%28

Triadic Colors of #acb83b

#acb83b #3bacb8 #b83bac

Analogous Colors of #acb83b

#acb83b #6eb83b #b8863b

Monochromatic Colors of #acb83b

#acb83b

Complementary Color

#acb83b #473bb8

#acb83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb83b Color CSS Codes

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

#acb83b Text Font Color

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

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


#acb83b Background Color

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

This div background color is #acb83b


#acb83b Border Color

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

This div border color is #acb83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb83b


Comments

No comments written yet.

Please login to write comment.