Color Hex Logo

#adac38 Color Hex

#ADAC38
(173,172,56)
0 Favorites   0 Comments

Color spaces of #adac38

RGB 17317256
HSL0.170.510.45
HSV59°68°68°
CMYK 0.000.010.68   0.32
XYZ32.699938.67489.4829
Yxy38.67480.40440.4783
Hunter Lab62.1891-14.973034.4915
CIE-Lab68.5150-13.935857.0632

#adac38 color RGB value is (173,172,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 00111000
Octal 255 254 70
Decimal 173 172 56
Hex AD AC 38

RGB Percentages of Color #adac38

%43.14
%42.89
%13.97

CMYK Percentages of Color #adac38

%0
%1
%68
%32

Triadic Colors of #adac38

#adac38 #38adac #ac38ad

Analogous Colors of #adac38

#adac38 #74ad38 #ad7238

Monochromatic Colors of #adac38

#adac38

Complementary Color

#adac38 #3839ad

#adac38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adac38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adac38 Color CSS Codes

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

#adac38 Text Font Color

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

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


#adac38 Background Color

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

This div background color is #adac38


#adac38 Border Color

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

This div border color is #adac38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adac38


Comments

No comments written yet.

Please login to write comment.