Color Hex Logo

#ada6b2 Color Hex

#ADA6B2
(173,166,178)
0 Favorites   0 Comments

Color spaces of #ada6b2

RGB 173166178
HSL0.760.070.67
HSV275°70°
CMYK 0.030.070.00   0.30
XYZ38.905739.371047.6683
Yxy39.37100.30890.3126
Hunter Lab62.74630.8724-1.1201
CIE-Lab69.01924.7840-5.2787

#ada6b2 color RGB value is (173,166,178).

#ada6b2 hex color red value is 173, green value is 166 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #ada6b2 hue: 0.76 , saturation: 0.07 and the lightness value of ada6b2 is 0.67.

The process color (four color CMYK) of #ada6b2 color hex is 0.03, 0.07, 0.00, 0.30. Web safe color of #ada6b2 is #999999. Color #ada6b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 10110010
Octal 255 246 262
Decimal 173 166 178
Hex AD A6 B2

RGB Percentages of Color #ada6b2

%33.46
%32.11
%34.43

CMYK Percentages of Color #ada6b2

%3
%7
%0
%30

Triadic Colors of #ada6b2

#ada6b2 #b2ada6 #a6b2ad

Analogous Colors of #ada6b2

#ada6b2 #b2a6b1 #a7a6b2

Monochromatic Colors of #ada6b2

#ada6b2

Complementary Color

#ada6b2 #abb2a6

#ada6b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada6b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada6b2 Color CSS Codes

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

#ada6b2 Text Font Color

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

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


#ada6b2 Background Color

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

This div background color is #ada6b2


#ada6b2 Border Color

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

This div border color is #ada6b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada6b2


Comments

No comments written yet.

Please login to write comment.