Color Hex Logo

#adac93 Color Hex

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

Color spaces of #adac93

RGB 173172147
HSL0.160.140.63
HSV58°15°68°
CMYK 0.000.010.15   0.32
XYZ37.252640.495933.4568
Yxy40.49590.33500.3642
Hunter Lab63.6364-6.870213.3738
CIE-Lab69.8213-4.007813.0078

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

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

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

Base Numbers

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

RGB Percentages of Color #adac93

%35.16
%34.96
%29.88

CMYK Percentages of Color #adac93

%0
%1
%15
%32

Triadic Colors of #adac93

#adac93 #93adac #ac93ad

Analogous Colors of #adac93

#adac93 #a1ad93 #ad9f93

Monochromatic Colors of #adac93

#adac93

Complementary Color

#adac93 #9394ad

#adac93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adac93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adac93 Color CSS Codes

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

#adac93 Text Font Color

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

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


#adac93 Background Color

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

This div background color is #adac93


#adac93 Border Color

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

This div border color is #adac93


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,172,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 #adac93">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adac93


Comments

No comments written yet.

Please login to write comment.