Color Hex Logo

#ada81b Color Hex

#ADA81B
(173,168,27)
0 Favorites   0 Comments

Color spaces of #ada81b

RGB 17316827
HSL0.160.730.39
HSV58°84°68°
CMYK 0.000.030.84   0.32
XYZ31.434036.96866.5158
Yxy36.96860.41960.4935
Hunter Lab60.8018-14.120236.2075
CIE-Lab67.2535-13.078765.3118

#ada81b color RGB value is (173,168,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 00011011
Octal 255 250 33
Decimal 173 168 27
Hex AD A8 1B

RGB Percentages of Color #ada81b

%47.01
%45.65
%7.34

CMYK Percentages of Color #ada81b

%0
%3
%84
%32

Triadic Colors of #ada81b

#ada81b #1bada8 #a81bad

Analogous Colors of #ada81b

#ada81b #69ad1b #ad5f1b

Monochromatic Colors of #ada81b

#ada81b

Complementary Color

#ada81b #1b20ad

#ada81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada81b Color CSS Codes

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

#ada81b Text Font Color

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

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


#ada81b Background Color

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

This div background color is #ada81b


#ada81b Border Color

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

This div border color is #ada81b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada81b


Comments

No comments written yet.

Please login to write comment.