Color Hex Logo

#acad15 Color Hex

#ACAD15
(172,173,21)
0 Favorites   0 Comments

Color spaces of #acad15

RGB 17217321
HSL0.170.780.38
HSV60°88°68°
CMYK 0.010.000.88   0.32
XYZ32.092238.71196.4902
Yxy38.71190.41520.5008
Hunter Lab62.2189-16.813637.3685
CIE-Lab68.5421-16.236267.6361

#acad15 color RGB value is (172,173,21).

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

The process color (four color CMYK) of #acad15 color hex is 0.01, 0.00, 0.88, 0.32. Web safe color of #acad15 is #999900. Color #acad15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 00010101
Octal 254 255 25
Decimal 172 173 21
Hex AC AD 15

RGB Percentages of Color #acad15

%46.99
%47.27
%5.74

CMYK Percentages of Color #acad15

%1
%0
%88
%32

Triadic Colors of #acad15

#acad15 #15acad #ad15ac

Analogous Colors of #acad15

#acad15 #60ad15 #ad6215

Monochromatic Colors of #acad15

#acad15

Complementary Color

#acad15 #1615ad

#acad15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad15 Color CSS Codes

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

#acad15 Text Font Color

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

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


#acad15 Background Color

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

This div background color is #acad15


#acad15 Border Color

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

This div border color is #acad15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad15


Comments

No comments written yet.

Please login to write comment.