Color Hex Logo

#adaba7 Color Hex

#ADABA7
(173,171,167)
0 Favorites   0 Comments

Color spaces of #adaba7

RGB 173171167
HSL0.110.040.67
HSV40°68°
CMYK 0.000.010.03   0.32
XYZ38.771540.800142.3909
Yxy40.80010.31790.3345
Hunter Lab63.8750-3.43335.3644
CIE-Lab70.0356-0.02482.2988

#adaba7 color RGB value is (173,171,167).

#adaba7 hex color red value is 173, green value is 171 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #adaba7 hue: 0.11 , saturation: 0.04 and the lightness value of adaba7 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 10100111
Octal 255 253 247
Decimal 173 171 167
Hex AD AB A7

RGB Percentages of Color #adaba7

%33.86
%33.46
%32.68

CMYK Percentages of Color #adaba7

%0
%1
%3
%32

Triadic Colors of #adaba7

#adaba7 #a7adab #aba7ad

Analogous Colors of #adaba7

#adaba7 #acada7 #ada8a7

Monochromatic Colors of #adaba7

#adaba7

Complementary Color

#adaba7 #a7a9ad

#adaba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaba7 Color CSS Codes

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

#adaba7 Text Font Color

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

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


#adaba7 Background Color

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

This div background color is #adaba7


#adaba7 Border Color

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

This div border color is #adaba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaba7


Comments

No comments written yet.

Please login to write comment.