Color Hex Logo

#acad0e Color Hex

#ACAD0E
(172,173,14)
0 Favorites   0 Comments

Color spaces of #acad0e

RGB 17217314
HSL0.170.850.37
HSV60°92°68°
CMYK 0.010.000.92   0.32
XYZ32.036138.68956.1948
Yxy38.68950.41650.5030
Hunter Lab62.2009-16.916537.6357
CIE-Lab68.5257-16.368968.8117

#acad0e color RGB value is (172,173,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 00001110
Octal 254 255 16
Decimal 172 173 14
Hex AC AD E

RGB Percentages of Color #acad0e

%47.91
%48.19
%3.90

CMYK Percentages of Color #acad0e

%1
%0
%92
%32

Triadic Colors of #acad0e

#acad0e #0eacad #ad0eac

Analogous Colors of #acad0e

#acad0e #5dad0e #ad5e0e

Monochromatic Colors of #acad0e

#acad0e

Complementary Color

#acad0e #0f0ead

#acad0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad0e Color CSS Codes

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

#acad0e Text Font Color

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

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


#acad0e Background Color

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

This div background color is #acad0e


#acad0e Border Color

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

This div border color is #acad0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad0e


Comments

No comments written yet.

Please login to write comment.