Color Hex Logo

#ada81e Color Hex

#ADA81E
(173,168,30)
0 Favorites   0 Comments

Color spaces of #ada81e

RGB 17316830
HSL0.160.700.40
HSV58°83°68°
CMYK 0.000.030.83   0.32
XYZ31.470636.98326.7081
Yxy36.98320.41870.4920
Hunter Lab60.8138-14.052036.0297
CIE-Lab67.2644-12.991864.5686

#ada81e color RGB value is (173,168,30).

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

The process color (four color CMYK) of #ada81e color hex is 0.00, 0.03, 0.83, 0.32. Web safe color of #ada81e is #999933. Color #ada81e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 00011110
Octal 255 250 36
Decimal 173 168 30
Hex AD A8 1E

RGB Percentages of Color #ada81e

%46.63
%45.28
%8.09

CMYK Percentages of Color #ada81e

%0
%3
%83
%32

Triadic Colors of #ada81e

#ada81e #1eada8 #a81ead

Analogous Colors of #ada81e

#ada81e #6bad1e #ad611e

Monochromatic Colors of #ada81e

#ada81e

Complementary Color

#ada81e #1e23ad

#ada81e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada81e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada81e Color CSS Codes

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

#ada81e Text Font Color

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

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


#ada81e Background Color

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

This div background color is #ada81e


#ada81e Border Color

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

This div border color is #ada81e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada81e


Comments

No comments written yet.

Please login to write comment.