Color Hex Logo

#acad93 Color Hex

#ACAD93
(172,173,147)
0 Favorites   0 Comments

Color spaces of #acad93

RGB 172173147
HSL0.170.140.63
HSV62°15°68°
CMYK 0.010.000.15   0.32
XYZ37.223340.764433.5102
Yxy40.76440.33380.3656
Hunter Lab63.8470-7.665413.5745
CIE-Lab70.0105-4.919513.2624

#acad93 color RGB value is (172,173,147).

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

The process color (four color CMYK) of #acad93 color hex is 0.01, 0.00, 0.15, 0.32. Web safe color of #acad93 is #999999. Color #acad93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 10010011
Octal 254 255 223
Decimal 172 173 147
Hex AC AD 93

RGB Percentages of Color #acad93

%34.96
%35.16
%29.88

CMYK Percentages of Color #acad93

%1
%0
%15
%32

Triadic Colors of #acad93

#acad93 #93acad #ad93ac

Analogous Colors of #acad93

#acad93 #9fad93 #ada193

Monochromatic Colors of #acad93

#acad93

Complementary Color

#acad93 #9493ad

#acad93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad93 Color CSS Codes

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

#acad93 Text Font Color

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

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


#acad93 Background Color

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

This div background color is #acad93


#acad93 Border Color

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

This div border color is #acad93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad93


Comments

No comments written yet.

Please login to write comment.