Color Hex Logo

#adaacb Color Hex

#ADAACB
(173,170,203)
0 Favorites   0 Comments

Color spaces of #adaacb

RGB 173170203
HSL0.680.240.73
HSV245°16°80°
CMYK 0.150.160.00   0.20
XYZ42.387841.945562.3621
Yxy41.94550.28900.2859
Hunter Lab64.76533.4858-11.7542
CIE-Lab70.83337.7250-16.3799

#adaacb color RGB value is (173,170,203).

#adaacb hex color red value is 173, green value is 170 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #adaacb hue: 0.68 , saturation: 0.24 and the lightness value of adaacb is 0.73.

The process color (four color CMYK) of #adaacb color hex is 0.15, 0.16, 0.00, 0.20. Web safe color of #adaacb is #9999cc. Color #adaacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11001011
Octal 255 252 313
Decimal 173 170 203
Hex AD AA CB

RGB Percentages of Color #adaacb

%31.68
%31.14
%37.18

CMYK Percentages of Color #adaacb

%15
%16
%0
%20

Triadic Colors of #adaacb

#adaacb #cbadaa #aacbad

Analogous Colors of #adaacb

#adaacb #beaacb #aab8cb

Monochromatic Colors of #adaacb

#adaacb

Complementary Color

#adaacb #c8cbaa

#adaacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaacb Color CSS Codes

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

#adaacb Text Font Color

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

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


#adaacb Background Color

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

This div background color is #adaacb


#adaacb Border Color

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

This div border color is #adaacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaacb


Comments

No comments written yet.

Please login to write comment.