Color Hex Logo

#ada6bf Color Hex

#ADA6BF
(173,166,191)
0 Favorites   0 Comments

Color spaces of #ada6bf

RGB 173166191
HSL0.710.160.70
HSV257°13°75°
CMYK 0.090.130.00   0.25
XYZ40.273839.918354.8726
Yxy39.91830.29820.2955
Hunter Lab63.18093.2157-7.2667
CIE-Lab69.41137.3952-11.8971

#ada6bf color RGB value is (173,166,191).

#ada6bf hex color red value is 173, green value is 166 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ada6bf hue: 0.71 , saturation: 0.16 and the lightness value of ada6bf is 0.70.

The process color (four color CMYK) of #ada6bf color hex is 0.09, 0.13, 0.00, 0.25. Web safe color of #ada6bf is #9999cc. Color #ada6bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 10111111
Octal 255 246 277
Decimal 173 166 191
Hex AD A6 BF

RGB Percentages of Color #ada6bf

%32.64
%31.32
%36.04

CMYK Percentages of Color #ada6bf

%9
%13
%0
%25

Triadic Colors of #ada6bf

#ada6bf #bfada6 #a6bfad

Analogous Colors of #ada6bf

#ada6bf #baa6bf #a6acbf

Monochromatic Colors of #ada6bf

#ada6bf

Complementary Color

#ada6bf #b8bfa6

#ada6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada6bf Color CSS Codes

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

#ada6bf Text Font Color

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

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


#ada6bf Background Color

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

This div background color is #ada6bf


#ada6bf Border Color

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

This div border color is #ada6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada6bf


Comments

No comments written yet.

Please login to write comment.