Color Hex Logo

#adacbd Color Hex

#ADACBD
(173,172,189)
0 Favorites   0 Comments

Color spaces of #adacbd

RGB 173172189
HSL0.680.110.71
HSV244°74°
CMYK 0.080.090.00   0.26
XYZ41.171442.063454.0932
Yxy42.06340.29980.3063
Hunter Lab64.8563-0.1850-4.0512
CIE-Lab70.91463.6850-8.5481

#adacbd color RGB value is (173,172,189).

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

The process color (four color CMYK) of #adacbd color hex is 0.08, 0.09, 0.00, 0.26. Web safe color of #adacbd is #9999cc. Color #adacbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 10111101
Octal 255 254 275
Decimal 173 172 189
Hex AD AC BD

RGB Percentages of Color #adacbd

%32.40
%32.21
%35.39

CMYK Percentages of Color #adacbd

%8
%9
%0
%26

Triadic Colors of #adacbd

#adacbd #bdadac #acbdad

Analogous Colors of #adacbd

#adacbd #b6acbd #acb4bd

Monochromatic Colors of #adacbd

#adacbd

Complementary Color

#adacbd #bcbdac

#adacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacbd Color CSS Codes

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

#adacbd Text Font Color

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

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


#adacbd Background Color

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

This div background color is #adacbd


#adacbd Border Color

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

This div border color is #adacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacbd


Comments

No comments written yet.

Please login to write comment.