Color Hex Logo

#acba31 Color Hex

#ACBA31
(172,186,49)
0 Favorites   0 Comments

Color spaces of #acba31

RGB 17218649
HSL0.180.580.46
HSV66°74°73°
CMYK 0.080.000.74   0.27
XYZ35.126544.11029.5685
Yxy44.11020.39550.4967
Hunter Lab66.4155-21.820337.9489
CIE-Lab72.3021-21.798963.3267

#acba31 color RGB value is (172,186,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 00110001
Octal 254 272 61
Decimal 172 186 49
Hex AC BA 31

RGB Percentages of Color #acba31

%42.26
%45.70
%12.04

CMYK Percentages of Color #acba31

%8
%0
%74
%27

Triadic Colors of #acba31

#acba31 #31acba #ba31ac

Analogous Colors of #acba31

#acba31 #68ba31 #ba8431

Monochromatic Colors of #acba31

#acba31

Complementary Color

#acba31 #3f31ba

#acba31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acba31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acba31 Color CSS Codes

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

#acba31 Text Font Color

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

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


#acba31 Background Color

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

This div background color is #acba31


#acba31 Border Color

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

This div border color is #acba31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acba31


Comments

No comments written yet.

Please login to write comment.