Color Hex Logo

#adad07 Color Hex

#ADAD07
(173,173,7)
0 Favorites   0 Comments

Color spaces of #adad07

RGB 1731737
HSL0.170.920.35
HSV60°96°68°
CMYK 0.000.000.96   0.32
XYZ32.215538.78675.9897
Yxy38.78670.41840.5038
Hunter Lab62.2790-16.654237.8930
CIE-Lab68.5965-16.025469.7921

#adad07 color RGB value is (173,173,7).

#adad07 hex color red value is 173, green value is 173 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #adad07 hue: 0.17 , saturation: 0.92 and the lightness value of adad07 is 0.35.

The process color (four color CMYK) of #adad07 color hex is 0.00, 0.00, 0.96, 0.32. Web safe color of #adad07 is #999900. Color #adad07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 00000111
Octal 255 255 7
Decimal 173 173 7
Hex AD AD 7

RGB Percentages of Color #adad07

%49.01
%49.01
%1.98

CMYK Percentages of Color #adad07

%0
%0
%96
%32

Triadic Colors of #adad07

#adad07 #07adad #ad07ad

Analogous Colors of #adad07

#adad07 #5aad07 #ad5a07

Monochromatic Colors of #adad07

#adad07

Complementary Color

#adad07 #0707ad

#adad07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad07 Color CSS Codes

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

#adad07 Text Font Color

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

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


#adad07 Background Color

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

This div background color is #adad07


#adad07 Border Color

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

This div border color is #adad07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad07


Comments

No comments written yet.

Please login to write comment.