#adbad1

#adbad1 color hex

#adbad1 hex color information.
RGB value of #adbad1 is (173,186,209)
Change page background color to #adbad1 | Reset

#adbad1 rgb color chart

Color spaces of #adbad1

RGB 173186209
HSL0.610.280.75
HSV218°17°82°
CMYK 0.170.110.00   0.18
XYZ46.301148.605567.2631
Yxy48.60550.28550.2997
Hunter Lab69.7176-3.4599-8.4002
CIE-Lab75.20520.2920-13.0839

Shades of #adbad1

Tints of #adbad1

RGB Percentages of Color #adbad1

%30.46
%32.75
%36.80

CMYK Percentages of Color #adbad1

%17
%11
%0
%18

#adbad1 Color Info

#adbad1 hex color red value is 173, green value is 186 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #adbad1 hue: 0.61 , saturation: 0.28 and the lightness value of adbad1 is 0.75.

The process color (four color CMYK) of #adbad1 hex color is 0.17, 0.11, 0.00, 0.18. Web safe color of #adbad1 is #99cccc

Color #adbad1 contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 11010001
Octal 255 272 321
Decimal 173 186 209
Hexadecimal AD BA D1

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #adbad1

Triadic Colors of #adbad1

#adbad1 #d1acb9 #bad1ac

Analogous Colors of #adbad1

#adbad1 #b2acd1 #acccd1

Complementary Color of #adbad1

#adbad1 #d1c4ac

#adbad1 HSL Color Chart
#adbad1 hsl color chart
#adbad1 RGB Color Chart

#adbad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbad1 Color CSS Codes

.mybgcolor {background-color:#adbad1; } 
.myforecolor {color:#adbad1; }
.mybordercolor {border:3px solid #adbad1; }
Sample text font color #adbad1

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

html code
<p style="color:#adbad1">Text here</p>
#adbad1 background color

This div background color is #adbad1

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

This div border color is #adbad1

<div style="border:3px solid #adbad1">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #adbad1 Color Sample
#adbad1border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(173,186,209, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #adbad1; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #adbad1;
  -webkit-box-shadow: 1px 1px 3px 2px #adbad1;
  box-shadow:         1px 1px 3px 2px #adbad1; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,186,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbad1">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #adbad1

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top