Color Hex Logo

#ada63f Color Hex

#ADA63F
(173,166,63)
0 Favorites   0 Comments

Color spaces of #ada63f

RGB 17316663
HSL0.160.470.46
HSV56°64°68°
CMYK 0.000.040.64   0.32
XYZ31.767036.515610.0765
Yxy36.51560.40540.4660
Hunter Lab60.4281-11.912032.4130
CIE-Lab66.9120-10.390252.4869

#ada63f color RGB value is (173,166,63).

#ada63f hex color red value is 173, green value is 166 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ada63f hue: 0.16 , saturation: 0.47 and the lightness value of ada63f is 0.46.

The process color (four color CMYK) of #ada63f color hex is 0.00, 0.04, 0.64, 0.32. Web safe color of #ada63f is #999933. Color #ada63f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 00111111
Octal 255 246 77
Decimal 173 166 63
Hex AD A6 3F

RGB Percentages of Color #ada63f

%43.03
%41.29
%15.67

CMYK Percentages of Color #ada63f

%0
%4
%64
%32

Triadic Colors of #ada63f

#ada63f #3fada6 #a63fad

Analogous Colors of #ada63f

#ada63f #7dad3f #ad6f3f

Monochromatic Colors of #ada63f

#ada63f

Complementary Color

#ada63f #3f46ad

#ada63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada63f Color CSS Codes

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

#ada63f Text Font Color

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

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


#ada63f Background Color

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

This div background color is #ada63f


#ada63f Border Color

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

This div border color is #ada63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada63f


Comments

No comments written yet.

Please login to write comment.