Color Hex Logo

#acba33 Color Hex

#ACBA33
(172,186,51)
0 Favorites   0 Comments

Color spaces of #acba33

RGB 17218651
HSL0.180.570.46
HSV66°73°73°
CMYK 0.080.000.73   0.27
XYZ35.169744.12759.7958
Yxy44.12750.39480.4953
Hunter Lab66.4285-21.745537.7568
CIE-Lab72.3136-21.701662.6480

#acba33 color RGB value is (172,186,51).

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

The process color (four color CMYK) of #acba33 color hex is 0.08, 0.00, 0.73, 0.27. Web safe color of #acba33 is #99cc33. Color #acba33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 00110011
Octal 254 272 63
Decimal 172 186 51
Hex AC BA 33

RGB Percentages of Color #acba33

%42.05
%45.48
%12.47

CMYK Percentages of Color #acba33

%8
%0
%73
%27

Triadic Colors of #acba33

#acba33 #33acba #ba33ac

Analogous Colors of #acba33

#acba33 #69ba33 #ba8533

Monochromatic Colors of #acba33

#acba33

Complementary Color

#acba33 #4133ba

#acba33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acba33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acba33 Color CSS Codes

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

#acba33 Text Font Color

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

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


#acba33 Background Color

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

This div background color is #acba33


#acba33 Border Color

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

This div border color is #acba33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acba33

#acba33 Color Palettes


Comments

No comments written yet.

Please login to write comment.