Color Hex Logo

#adacbb Color Hex

#ADACBB
(173,172,187)
0 Favorites   0 Comments

Color spaces of #adacbb

RGB 173172187
HSL0.680.100.70
HSV244°73°
CMYK 0.070.080.00   0.27
XYZ40.955741.977152.9575
Yxy41.97710.30140.3089
Hunter Lab64.7897-0.5464-3.1093
CIE-Lab70.85513.2795-7.5342

#adacbb color RGB value is (173,172,187).

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

The process color (four color CMYK) of #adacbb color hex is 0.07, 0.08, 0.00, 0.27. Web safe color of #adacbb is #9999cc. Color #adacbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 10111011
Octal 255 254 273
Decimal 173 172 187
Hex AD AC BB

RGB Percentages of Color #adacbb

%32.52
%32.33
%35.15

CMYK Percentages of Color #adacbb

%7
%8
%0
%27

Triadic Colors of #adacbb

#adacbb #bbadac #acbbad

Analogous Colors of #adacbb

#adacbb #b5acbb #acb3bb

Monochromatic Colors of #adacbb

#adacbb

Complementary Color

#adacbb #babbac

#adacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacbb Color CSS Codes

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

#adacbb Text Font Color

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

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


#adacbb Background Color

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

This div background color is #adacbb


#adacbb Border Color

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

This div border color is #adacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacbb


Comments

No comments written yet.

Please login to write comment.