Color Hex Logo

#adaba0 Color Hex

#ADABA0
(173,171,160)
0 Favorites   0 Comments

Color spaces of #adaba0

RGB 173171160
HSL0.140.070.65
HSV51°68°
CMYK 0.000.010.08   0.32
XYZ38.141740.548139.0740
Yxy40.54810.32390.3443
Hunter Lab63.6774-4.51698.1924
CIE-Lab69.8581-1.27855.9056

#adaba0 color RGB value is (173,171,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 10100000
Octal 255 253 240
Decimal 173 171 160
Hex AD AB A0

RGB Percentages of Color #adaba0

%34.33
%33.93
%31.75

CMYK Percentages of Color #adaba0

%0
%1
%8
%32

Triadic Colors of #adaba0

#adaba0 #a0adab #aba0ad

Analogous Colors of #adaba0

#adaba0 #a9ada0 #ada5a0

Monochromatic Colors of #adaba0

#adaba0

Complementary Color

#adaba0 #a0a2ad

#adaba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaba0 Color CSS Codes

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

#adaba0 Text Font Color

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

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


#adaba0 Background Color

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

This div background color is #adaba0


#adaba0 Border Color

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

This div border color is #adaba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaba0


Comments

No comments written yet.

Please login to write comment.