Color Hex Logo

#acad10 Color Hex

#ACAD10
(172,173,16)
0 Favorites   0 Comments

Color spaces of #acad10

RGB 17217316
HSL0.170.830.37
HSV60°91°68°
CMYK 0.010.000.91   0.32
XYZ32.050438.69526.2699
Yxy38.69520.41620.5024
Hunter Lab62.2055-16.890237.5678
CIE-Lab68.5299-16.335068.5093

#acad10 color RGB value is (172,173,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 00010000
Octal 254 255 20
Decimal 172 173 16
Hex AC AD 10

RGB Percentages of Color #acad10

%47.65
%47.92
%4.43

CMYK Percentages of Color #acad10

%1
%0
%91
%32

Triadic Colors of #acad10

#acad10 #10acad #ad10ac

Analogous Colors of #acad10

#acad10 #5dad10 #ad6010

Monochromatic Colors of #acad10

#acad10

Complementary Color

#acad10 #1110ad

#acad10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad10 Color CSS Codes

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

#acad10 Text Font Color

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

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


#acad10 Background Color

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

This div background color is #acad10


#acad10 Border Color

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

This div border color is #acad10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad10


Comments

No comments written yet.

Please login to write comment.