Color Hex Logo

#adab92 Color Hex

#ADAB92
(173,171,146)
0 Favorites   0 Comments

Color spaces of #adab92

RGB 173171146
HSL0.150.140.63
HSV56°16°68°
CMYK 0.000.010.16   0.32
XYZ36.984840.085432.9821
Yxy40.08540.33610.3642
Hunter Lab63.3130-6.525613.4328
CIE-Lab69.5303-3.632613.1475

#adab92 color RGB value is (173,171,146).

#adab92 hex color red value is 173, green value is 171 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #adab92 hue: 0.15 , saturation: 0.14 and the lightness value of adab92 is 0.63.

The process color (four color CMYK) of #adab92 color hex is 0.00, 0.01, 0.16, 0.32. Web safe color of #adab92 is #999999. Color #adab92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 10010010
Octal 255 253 222
Decimal 173 171 146
Hex AD AB 92

RGB Percentages of Color #adab92

%35.31
%34.90
%29.80

CMYK Percentages of Color #adab92

%0
%1
%16
%32

Triadic Colors of #adab92

#adab92 #92adab #ab92ad

Analogous Colors of #adab92

#adab92 #a2ad92 #ad9e92

Monochromatic Colors of #adab92

#adab92

Complementary Color

#adab92 #9294ad

#adab92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adab92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adab92 Color CSS Codes

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

#adab92 Text Font Color

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

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


#adab92 Background Color

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

This div background color is #adab92


#adab92 Border Color

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

This div border color is #adab92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adab92


Comments

No comments written yet.

Please login to write comment.