Color Hex Logo

#ada80f Color Hex

#ADA80F
(173,168,15)
0 Favorites   0 Comments

Color spaces of #ada80f

RGB 17316815
HSL0.160.840.37
HSV58°91°68°
CMYK 0.000.030.91   0.32
XYZ31.322436.92405.9281
Yxy36.92400.42230.4978
Hunter Lab60.7651-14.328136.7514
CIE-Lab67.2200-13.344067.6805

#ada80f color RGB value is (173,168,15).

#ada80f hex color red value is 173, green value is 168 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ada80f hue: 0.16 , saturation: 0.84 and the lightness value of ada80f is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 00001111
Octal 255 250 17
Decimal 173 168 15
Hex AD A8 F

RGB Percentages of Color #ada80f

%48.60
%47.19
%4.21

CMYK Percentages of Color #ada80f

%0
%3
%91
%32

Triadic Colors of #ada80f

#ada80f #0fada8 #a80fad

Analogous Colors of #ada80f

#ada80f #63ad0f #ad590f

Monochromatic Colors of #ada80f

#ada80f

Complementary Color

#ada80f #0f14ad

#ada80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada80f Color CSS Codes

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

#ada80f Text Font Color

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

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


#ada80f Background Color

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

This div background color is #ada80f


#ada80f Border Color

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

This div border color is #ada80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada80f


Comments

No comments written yet.

Please login to write comment.