Color Hex Logo

#adac67 Color Hex

#ADAC67
(173,172,103)
0 Favorites   0 Comments

Color spaces of #adac67

RGB 173172103
HSL0.160.300.54
HSV59°40°68°
CMYK 0.000.010.40   0.32
XYZ34.434339.368618.6160
Yxy39.36860.37260.4260
Hunter Lab62.7444-11.841426.3300
CIE-Lab69.0174-10.013535.5777

#adac67 color RGB value is (173,172,103).

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

The process color (four color CMYK) of #adac67 color hex is 0.00, 0.01, 0.40, 0.32. Web safe color of #adac67 is #999966. Color #adac67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 01100111
Octal 255 254 147
Decimal 173 172 103
Hex AD AC 67

RGB Percentages of Color #adac67

%38.62
%38.39
%22.99

CMYK Percentages of Color #adac67

%0
%1
%40
%32

Triadic Colors of #adac67

#adac67 #67adac #ac67ad

Analogous Colors of #adac67

#adac67 #8bad67 #ad8967

Monochromatic Colors of #adac67

#adac67

Complementary Color

#adac67 #6768ad

#adac67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adac67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adac67 Color CSS Codes

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

#adac67 Text Font Color

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

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


#adac67 Background Color

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

This div background color is #adac67


#adac67 Border Color

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

This div border color is #adac67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adac67


Comments

No comments written yet.

Please login to write comment.