Color Hex Logo

#acb812 Color Hex

#ACB812
(172,184,18)
0 Favorites   0 Comments

Color spaces of #acb812

RGB 17218418
HSL0.180.820.40
HSV64°90°72°
CMYK 0.070.000.90   0.28
XYZ34.262943.09537.0846
Yxy43.09530.40580.5103
Hunter Lab65.6470-21.718439.5544
CIE-Lab71.6196-21.822170.6265

#acb812 color RGB value is (172,184,18).

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

The process color (four color CMYK) of #acb812 color hex is 0.07, 0.00, 0.90, 0.28. Web safe color of #acb812 is #99cc00. Color #acb812 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 00010010
Octal 254 270 22
Decimal 172 184 18
Hex AC B8 12

RGB Percentages of Color #acb812

%45.99
%49.20
%4.81

CMYK Percentages of Color #acb812

%7
%0
%90
%28

Triadic Colors of #acb812

#acb812 #12acb8 #b812ac

Analogous Colors of #acb812

#acb812 #59b812 #b87112

Monochromatic Colors of #acb812

#acb812

Complementary Color

#acb812 #1e12b8

#acb812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb812 Color CSS Codes

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

#acb812 Text Font Color

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

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


#acb812 Background Color

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

This div background color is #acb812


#acb812 Border Color

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

This div border color is #acb812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb812


Comments

No comments written yet.

Please login to write comment.