Color Hex Logo

#adac1d Color Hex

#ADAC1D
(173,172,29)
0 Favorites   0 Comments

Color spaces of #adac1d

RGB 17317229
HSL0.170.710.40
HSV60°83°68°
CMYK 0.000.010.83   0.32
XYZ32.207938.47806.8919
Yxy38.47800.41520.4960
Hunter Lab62.0306-15.871836.8340
CIE-Lab68.3714-15.082965.7623

#adac1d color RGB value is (173,172,29).

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

The process color (four color CMYK) of #adac1d color hex is 0.00, 0.01, 0.83, 0.32. Web safe color of #adac1d is #999933. Color #adac1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 00011101
Octal 255 254 35
Decimal 173 172 29
Hex AD AC 1D

RGB Percentages of Color #adac1d

%46.26
%45.99
%7.75

CMYK Percentages of Color #adac1d

%0
%1
%83
%32

Triadic Colors of #adac1d

#adac1d #1dadac #ac1dad

Analogous Colors of #adac1d

#adac1d #66ad1d #ad641d

Monochromatic Colors of #adac1d

#adac1d

Complementary Color

#adac1d #1d1ead

#adac1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adac1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adac1d Color CSS Codes

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

#adac1d Text Font Color

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

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


#adac1d Background Color

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

This div background color is #adac1d


#adac1d Border Color

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

This div border color is #adac1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adac1d


Comments

No comments written yet.

Please login to write comment.