Color Hex Logo

#acba00 Color Hex

#ACBA00
(172,186,0)
0 Favorites   0 Comments

Color spaces of #acba00

RGB 1721860
HSL0.181.000.36
HSV65°100°73°
CMYK 0.080.001.00   0.27
XYZ34.572243.88856.6492
Yxy43.88850.40620.5157
Hunter Lab66.2484-22.783240.4231
CIE-Lab72.1539-23.057673.2306

#acba00 color RGB value is (172,186,0).

#acba00 hex color red value is 172, green value is 186 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #acba00 hue: 0.18 , saturation: 1.00 and the lightness value of acba00 is 0.36.

The process color (four color CMYK) of #acba00 color hex is 0.08, 0.00, 1.00, 0.27. Web safe color of #acba00 is #99cc00. Color #acba00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 00000000
Octal 254 272 0
Decimal 172 186 0
Hex AC BA 0

RGB Percentages of Color #acba00

%48.04
%51.96
%0.00

CMYK Percentages of Color #acba00

%8
%0
%100
%27

Triadic Colors of #acba00

#acba00 #00acba #ba00ac

Analogous Colors of #acba00

#acba00 #4fba00 #ba6b00

Monochromatic Colors of #acba00

#acba00

Complementary Color

#acba00 #0e00ba

#acba00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acba00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acba00 Color CSS Codes

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

#acba00 Text Font Color

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

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


#acba00 Background Color

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

This div background color is #acba00


#acba00 Border Color

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

This div border color is #acba00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acba00


Comments

No comments written yet.

Please login to write comment.