Color Hex Logo

#acb658 Color Hex

#ACB658
(172,182,88)
0 Favorites   0 Comments

Color spaces of #acb658

RGB 17218288
HSL0.180.390.53
HSV66°52°71°
CMYK 0.050.000.52   0.29
XYZ35.502742.931115.6479
Yxy42.93110.37740.4563
Hunter Lab65.5218-17.943831.7057
CIE-Lab71.5082-17.100546.1162

#acb658 color RGB value is (172,182,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 01011000
Octal 254 266 130
Decimal 172 182 88
Hex AC B6 58

RGB Percentages of Color #acb658

%38.91
%41.18
%19.91

CMYK Percentages of Color #acb658

%5
%0
%52
%29

Triadic Colors of #acb658

#acb658 #58acb6 #b658ac

Analogous Colors of #acb658

#acb658 #7db658 #b69158

Monochromatic Colors of #acb658

#acb658

Complementary Color

#acb658 #6258b6

#acb658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb658 Color CSS Codes

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

#acb658 Text Font Color

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

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


#acb658 Background Color

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

This div background color is #acb658


#acb658 Border Color

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

This div border color is #acb658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb658


Comments

No comments written yet.

Please login to write comment.