Color Hex Logo

#adbacd Color Hex

#ADBACD
(173,186,205)
0 Favorites   0 Comments

Color spaces of #adbacd

RGB 173186205
HSL0.600.240.74
HSV216°16°80°
CMYK 0.160.090.00   0.20
XYZ45.811948.409864.6871
Yxy48.40980.28830.3046
Hunter Lab69.5772-4.2297-6.4189
CIE-Lab75.0827-0.5701-11.0925

#adbacd color RGB value is (173,186,205).

#adbacd hex color red value is 173, green value is 186 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #adbacd hue: 0.60 , saturation: 0.24 and the lightness value of adbacd is 0.74.

The process color (four color CMYK) of #adbacd color hex is 0.16, 0.09, 0.00, 0.20. Web safe color of #adbacd is #99cccc. Color #adbacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 11001101
Octal 255 272 315
Decimal 173 186 205
Hex AD BA CD

RGB Percentages of Color #adbacd

%30.67
%32.98
%36.35

CMYK Percentages of Color #adbacd

%16
%9
%0
%20

Triadic Colors of #adbacd

#adbacd #cdadba #bacdad

Analogous Colors of #adbacd

#adbacd #b0adcd #adcacd

Monochromatic Colors of #adbacd

#adbacd

Complementary Color

#adbacd #cdc0ad

#adbacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbacd Color CSS Codes

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

#adbacd Text Font Color

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

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


#adbacd Background Color

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

This div background color is #adbacd


#adbacd Border Color

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

This div border color is #adbacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbacd


Comments

No comments written yet.

Please login to write comment.