color codes Logo

#acad3b color codes

#ACAD3B
(172,173,59)
0 Favorites   0 Comments

Color spaces of #acad3b

RGB 17217359
HSL0.170.490.45
HSV61°66°68°
CMYK 0.010.000.66   0.32
XYZ32.746238.97369.9344
Yxy38.97360.40100.4773
Hunter Lab62.4288-15.620734.2653
CIE-Lab68.7321-14.706356.0523

#acad3b color RGB value is (172,173,59).

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

The process color (four color CMYK) of #acad3b color code is 0.01, 0.00, 0.66, 0.32. Web safe color of #acad3b is #999933. Color #acad3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 00111011
Octal 254 255 73
Decimal 172 173 59
Hex AC AD 3B

RGB Percentages of Color #acad3b

%42.57
%42.82
%14.60

CMYK Percentages of Color #acad3b

%1
%0
%66
%32

Triadic Colors of #acad3b

#acad3b #3bacad #ad3bac

Analogous Colors of #acad3b

#acad3b #73ad3b #ad753b

Monochromatic Colors of #acad3b

#acad3b

Complementary Color

#acad3b #3c3bad

#acad3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad3b Color CSS Codes

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

#acad3b Text Font Color

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

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


#acad3b Background Color

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

This div background color is #acad3b


#acad3b Border Color

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

This div border color is #acad3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad3b

#acad3b Color Palettes


Comments

No comments written yet.

Please login to write comment.