Color Hex Logo

#adabc6 Color Hex

#ADABC6
(173,171,198)
0 Favorites   0 Comments

Color spaces of #adabc6

RGB 173171198
HSL0.680.190.72
HSV244°14°78°
CMYK 0.130.140.00   0.22
XYZ41.989542.087359.3367
Yxy42.08730.29280.2935
Hunter Lab64.87472.0015-8.8164
CIE-Lab70.93116.1034-13.4809

#adabc6 color RGB value is (173,171,198).

#adabc6 hex color red value is 173, green value is 171 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #adabc6 hue: 0.68 , saturation: 0.19 and the lightness value of adabc6 is 0.72.

The process color (four color CMYK) of #adabc6 color hex is 0.13, 0.14, 0.00, 0.22. Web safe color of #adabc6 is #9999cc. Color #adabc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11000110
Octal 255 253 306
Decimal 173 171 198
Hex AD AB C6

RGB Percentages of Color #adabc6

%31.92
%31.55
%36.53

CMYK Percentages of Color #adabc6

%13
%14
%0
%22

Triadic Colors of #adabc6

#adabc6 #c6adab #abc6ad

Analogous Colors of #adabc6

#adabc6 #bbabc6 #abb7c6

Monochromatic Colors of #adabc6

#adabc6

Complementary Color

#adabc6 #c4c6ab

#adabc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabc6 Color CSS Codes

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

#adabc6 Text Font Color

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

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


#adabc6 Background Color

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

This div background color is #adabc6


#adabc6 Border Color

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

This div border color is #adabc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabc6


Comments

No comments written yet.

Please login to write comment.