Color Hex Logo

#ada15b Color Hex

#ADA15B
(173,161,91)
0 Favorites   0 Comments

Color spaces of #ada15b

RGB 17316191
HSL0.140.330.52
HSV51°47°68°
CMYK 0.000.070.47   0.32
XYZ31.866835.129314.9986
Yxy35.12930.38860.4284
Hunter Lab59.2700-7.751026.4853
CIE-Lab65.8492-5.446137.8289

#ada15b color RGB value is (173,161,91).

#ada15b hex color red value is 173, green value is 161 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ada15b hue: 0.14 , saturation: 0.33 and the lightness value of ada15b is 0.52.

The process color (four color CMYK) of #ada15b color hex is 0.00, 0.07, 0.47, 0.32. Web safe color of #ada15b is #999966. Color #ada15b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 01011011
Octal 255 241 133
Decimal 173 161 91
Hex AD A1 5B

RGB Percentages of Color #ada15b

%40.71
%37.88
%21.41

CMYK Percentages of Color #ada15b

%0
%7
%47
%32

Triadic Colors of #ada15b

#ada15b #5bada1 #a15bad

Analogous Colors of #ada15b

#ada15b #90ad5b #ad785b

Monochromatic Colors of #ada15b

#ada15b

Complementary Color

#ada15b #5b67ad

#ada15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada15b Color CSS Codes

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

#ada15b Text Font Color

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

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


#ada15b Background Color

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

This div background color is #ada15b


#ada15b Border Color

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

This div border color is #ada15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada15b


Comments

No comments written yet.

Please login to write comment.