Color Hex Logo

#ada4ab Color Hex

#ADA4AB
(173,164,171)
0 Favorites   0 Comments

Color spaces of #ada4ab

RGB 173164171
HSL0.870.050.66
HSV313°68°
CMYK 0.000.050.01   0.32
XYZ37.859738.375443.9399
Yxy38.37540.31500.3193
Hunter Lab61.94790.68221.3089
CIE-Lab68.29644.5420-2.4575

#ada4ab color RGB value is (173,164,171).

#ada4ab hex color red value is 173, green value is 164 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ada4ab hue: 0.87 , saturation: 0.05 and the lightness value of ada4ab is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 10101011
Octal 255 244 253
Decimal 173 164 171
Hex AD A4 AB

RGB Percentages of Color #ada4ab

%34.06
%32.28
%33.66

CMYK Percentages of Color #ada4ab

%0
%5
%1
%32

Triadic Colors of #ada4ab

#ada4ab #abada4 #a4abad

Analogous Colors of #ada4ab

#ada4ab #ada4a7 #aba4ad

Monochromatic Colors of #ada4ab

#ada4ab

Complementary Color

#ada4ab #a4ada6

#ada4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada4ab Color CSS Codes

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

#ada4ab Text Font Color

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

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


#ada4ab Background Color

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

This div background color is #ada4ab


#ada4ab Border Color

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

This div border color is #ada4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada4ab


Comments

No comments written yet.

Please login to write comment.