Color Hex Logo

#acad55 Color Hex

#ACAD55
(172,173,85)
0 Favorites   0 Comments

Color spaces of #acad55

RGB 17217385
HSL0.170.350.51
HSV61°51°68°
CMYK 0.010.000.51   0.32
XYZ33.596539.313714.4119
Yxy39.31370.38470.4502
Hunter Lab62.7006-14.081630.2625
CIE-Lab68.9779-12.757644.5879

#acad55 color RGB value is (172,173,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 01010101
Octal 254 255 125
Decimal 172 173 85
Hex AC AD 55

RGB Percentages of Color #acad55

%40.00
%40.23
%19.77

CMYK Percentages of Color #acad55

%1
%0
%51
%32

Triadic Colors of #acad55

#acad55 #55acad #ad55ac

Analogous Colors of #acad55

#acad55 #80ad55 #ad8255

Monochromatic Colors of #acad55

#acad55

Complementary Color

#acad55 #5655ad

#acad55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad55 Color CSS Codes

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

#acad55 Text Font Color

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

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


#acad55 Background Color

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

This div background color is #acad55


#acad55 Border Color

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

This div border color is #acad55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad55


Comments

No comments written yet.

Please login to write comment.