Color Hex Logo

#acad51 Color Hex

#ACAD51
(172,173,81)
0 Favorites   0 Comments

Color spaces of #acad51

RGB 17217381
HSL0.170.360.50
HSV61°53°68°
CMYK 0.010.000.53   0.32
XYZ33.442039.251913.5984
Yxy39.25190.38750.4549
Hunter Lab62.6513-14.360230.9871
CIE-Lab68.9333-13.108346.4661

#acad51 color RGB value is (172,173,81).

#acad51 hex color red value is 172, green value is 173 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #acad51 hue: 0.17 , saturation: 0.36 and the lightness value of acad51 is 0.50.

The process color (four color CMYK) of #acad51 color hex is 0.01, 0.00, 0.53, 0.32. Web safe color of #acad51 is #999966. Color #acad51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 01010001
Octal 254 255 121
Decimal 172 173 81
Hex AC AD 51

RGB Percentages of Color #acad51

%40.38
%40.61
%19.01

CMYK Percentages of Color #acad51

%1
%0
%53
%32

Triadic Colors of #acad51

#acad51 #51acad #ad51ac

Analogous Colors of #acad51

#acad51 #7ead51 #ad8051

Monochromatic Colors of #acad51

#acad51

Complementary Color

#acad51 #5251ad

#acad51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad51 Color CSS Codes

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

#acad51 Text Font Color

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

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


#acad51 Background Color

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

This div background color is #acad51


#acad51 Border Color

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

This div border color is #acad51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad51


Comments

No comments written yet.

Please login to write comment.