Color Hex Logo

#ada05b Color Hex

#ADA05B
(173,160,91)
0 Favorites   0 Comments

Color spaces of #ada05b

RGB 17316091
HSL0.140.330.52
HSV50°47°68°
CMYK 0.000.080.47   0.32
XYZ31.692734.781214.9406
Yxy34.78120.38930.4272
Hunter Lab58.9756-7.283726.2627
CIE-Lab65.5780-4.910737.4945

#ada05b color RGB value is (173,160,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 01011011
Octal 255 240 133
Decimal 173 160 91
Hex AD A0 5B

RGB Percentages of Color #ada05b

%40.80
%37.74
%21.46

CMYK Percentages of Color #ada05b

%0
%8
%47
%32

Triadic Colors of #ada05b

#ada05b #5bada0 #a05bad

Analogous Colors of #ada05b

#ada05b #91ad5b #ad775b

Monochromatic Colors of #ada05b

#ada05b

Complementary Color

#ada05b #5b68ad

#ada05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada05b Color CSS Codes

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

#ada05b Text Font Color

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

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


#ada05b Background Color

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

This div background color is #ada05b


#ada05b Border Color

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

This div border color is #ada05b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada05b


Comments

No comments written yet.

Please login to write comment.