Color Hex Logo

#adad58 Color Hex

#ADAD58
(173,173,88)
0 Favorites   0 Comments

Color spaces of #adad58

RGB 17317388
HSL0.170.340.51
HSV60°49°68°
CMYK 0.000.000.49   0.32
XYZ33.938639.476015.0634
Yxy39.47600.38360.4462
Hunter Lab62.8299-13.532729.7662
CIE-Lab69.0947-12.065143.2760

#adad58 color RGB value is (173,173,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 01011000
Octal 255 255 130
Decimal 173 173 88
Hex AD AD 58

RGB Percentages of Color #adad58

%39.86
%39.86
%20.28

CMYK Percentages of Color #adad58

%0
%0
%49
%32

Triadic Colors of #adad58

#adad58 #58adad #ad58ad

Analogous Colors of #adad58

#adad58 #83ad58 #ad8358

Monochromatic Colors of #adad58

#adad58

Complementary Color

#adad58 #5858ad

#adad58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad58 Color CSS Codes

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

#adad58 Text Font Color

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

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


#adad58 Background Color

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

This div background color is #adad58


#adad58 Border Color

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

This div border color is #adad58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad58


Comments

No comments written yet.

Please login to write comment.