Color Hex Logo

#adabc1 Color Hex

#ADABC1
(173,171,193)
0 Favorites   0 Comments

Color spaces of #adabc1

RGB 173171193
HSL0.680.150.71
HSV245°11°76°
CMYK 0.100.110.00   0.24
XYZ41.422141.860356.3487
Yxy41.86030.29670.2998
Hunter Lab64.69951.0555-6.3477
CIE-Lab70.77455.0552-10.9613

#adabc1 color RGB value is (173,171,193).

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

The process color (four color CMYK) of #adabc1 color hex is 0.10, 0.11, 0.00, 0.24. Web safe color of #adabc1 is #9999cc. Color #adabc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11000001
Octal 255 253 301
Decimal 173 171 193
Hex AD AB C1

RGB Percentages of Color #adabc1

%32.22
%31.84
%35.94

CMYK Percentages of Color #adabc1

%10
%11
%0
%24

Triadic Colors of #adabc1

#adabc1 #c1adab #abc1ad

Analogous Colors of #adabc1

#adabc1 #b8abc1 #abb4c1

Monochromatic Colors of #adabc1

#adabc1

Complementary Color

#adabc1 #bfc1ab

#adabc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabc1 Color CSS Codes

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

#adabc1 Text Font Color

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

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


#adabc1 Background Color

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

This div background color is #adabc1


#adabc1 Border Color

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

This div border color is #adabc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabc1


Comments

No comments written yet.

Please login to write comment.