Color Hex Logo

#ada11b Color Hex

#ADA11B
(173,161,27)
0 Favorites   0 Comments

Color spaces of #ada11b

RGB 17316127
HSL0.150.730.39
HSV55°84°68°
CMYK 0.000.070.84   0.32
XYZ30.176334.45316.0966
Yxy34.45310.42670.4871
Hunter Lab58.6968-10.951634.9295
CIE-Lab65.3206-9.422063.6943

#ada11b color RGB value is (173,161,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 00011011
Octal 255 241 33
Decimal 173 161 27
Hex AD A1 1B

RGB Percentages of Color #ada11b

%47.92
%44.60
%7.48

CMYK Percentages of Color #ada11b

%0
%7
%84
%32

Triadic Colors of #ada11b

#ada11b #1bada1 #a11bad

Analogous Colors of #ada11b

#ada11b #70ad1b #ad581b

Monochromatic Colors of #ada11b

#ada11b

Complementary Color

#ada11b #1b27ad

#ada11b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada11b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada11b Color CSS Codes

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

#ada11b Text Font Color

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

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


#ada11b Background Color

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

This div background color is #ada11b


#ada11b Border Color

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

This div border color is #ada11b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,161,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 #ada11b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada11b


Comments

No comments written yet.

Please login to write comment.