Color Hex Logo

#acad3c Color Hex

#ACAD3C
(172,173,60)
0 Favorites   0 Comments

Color spaces of #acad3c

RGB 17217360
HSL0.170.480.46
HSV61°65°68°
CMYK 0.010.000.65   0.32
XYZ32.772438.984010.0723
Yxy38.98400.40050.4764
Hunter Lab62.4372-15.572934.1414
CIE-Lab68.7397-14.645355.6506

#acad3c color RGB value is (172,173,60).

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

The process color (four color CMYK) of #acad3c color hex is 0.01, 0.00, 0.65, 0.32. Web safe color of #acad3c is #999933. Color #acad3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 00111100
Octal 254 255 74
Decimal 172 173 60
Hex AC AD 3C

RGB Percentages of Color #acad3c

%42.47
%42.72
%14.81

CMYK Percentages of Color #acad3c

%1
%0
%65
%32

Triadic Colors of #acad3c

#acad3c #3cacad #ad3cac

Analogous Colors of #acad3c

#acad3c #74ad3c #ad763c

Monochromatic Colors of #acad3c

#acad3c

Complementary Color

#acad3c #3d3cad

#acad3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad3c Color CSS Codes

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

#acad3c Text Font Color

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

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


#acad3c Background Color

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

This div background color is #acad3c


#acad3c Border Color

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

This div border color is #acad3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad3c


Comments

No comments written yet.

Please login to write comment.