Color Hex Logo

#acb65b Color Hex

#ACB65B
(172,182,91)
0 Favorites   0 Comments

Color spaces of #acb65b

RGB 17218291
HSL0.180.380.54
HSV67°50°71°
CMYK 0.050.000.50   0.29
XYZ35.629542.981916.3160
Yxy42.98190.37530.4528
Hunter Lab65.5606-17.723631.1370
CIE-Lab71.5427-16.821044.7055

#acb65b color RGB value is (172,182,91).

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

The process color (four color CMYK) of #acb65b color hex is 0.05, 0.00, 0.50, 0.29. Web safe color of #acb65b is #99cc66. Color #acb65b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 01011011
Octal 254 266 133
Decimal 172 182 91
Hex AC B6 5B

RGB Percentages of Color #acb65b

%38.65
%40.90
%20.45

CMYK Percentages of Color #acb65b

%5
%0
%50
%29

Triadic Colors of #acb65b

#acb65b #5bacb6 #b65bac

Analogous Colors of #acb65b

#acb65b #7fb65b #b6935b

Monochromatic Colors of #acb65b

#acb65b

Complementary Color

#acb65b #655bb6

#acb65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb65b Color CSS Codes

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

#acb65b Text Font Color

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

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


#acb65b Background Color

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

This div background color is #acb65b


#acb65b Border Color

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

This div border color is #acb65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb65b


Comments

No comments written yet.

Please login to write comment.