Color Hex Logo

#acb022 Color Hex

#ACB022
(172,176,34)
0 Favorites   0 Comments

Color spaces of #acb022

RGB 17217634
HSL0.170.680.41
HSV62°81°69°
CMYK 0.020.000.81   0.31
XYZ32.827339.93687.4918
Yxy39.93680.40900.4976
Hunter Lab63.1956-17.869437.2081
CIE-Lab69.4245-17.401565.3293

#acb022 color RGB value is (172,176,34).

#acb022 hex color red value is 172, green value is 176 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #acb022 hue: 0.17 , saturation: 0.68 and the lightness value of acb022 is 0.41.

The process color (four color CMYK) of #acb022 color hex is 0.02, 0.00, 0.81, 0.31. Web safe color of #acb022 is #999933. Color #acb022 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 00100010
Octal 254 260 42
Decimal 172 176 34
Hex AC B0 22

RGB Percentages of Color #acb022

%45.03
%46.07
%8.90

CMYK Percentages of Color #acb022

%2
%0
%81
%31

Triadic Colors of #acb022

#acb022 #22acb0 #b022ac

Analogous Colors of #acb022

#acb022 #65b022 #b06d22

Monochromatic Colors of #acb022

#acb022

Complementary Color

#acb022 #2622b0

#acb022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb022 Color CSS Codes

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

#acb022 Text Font Color

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

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


#acb022 Background Color

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

This div background color is #acb022


#acb022 Border Color

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

This div border color is #acb022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb022


Comments

No comments written yet.

Please login to write comment.