Color Hex Logo

#adacbf Color Hex

#ADACBF
(173,172,191)
0 Favorites   0 Comments

Color spaces of #adacbf

RGB 173172191
HSL0.680.130.71
HSV243°10°75°
CMYK 0.090.100.00   0.25
XYZ41.390142.150955.2447
Yxy42.15090.29820.3037
Hunter Lab64.92370.1806-5.0043
CIE-Lab70.97484.0941-9.5603

#adacbf color RGB value is (173,172,191).

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

The process color (four color CMYK) of #adacbf color hex is 0.09, 0.10, 0.00, 0.25. Web safe color of #adacbf is #9999cc. Color #adacbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 10111111
Octal 255 254 277
Decimal 173 172 191
Hex AD AC BF

RGB Percentages of Color #adacbf

%32.28
%32.09
%35.63

CMYK Percentages of Color #adacbf

%9
%10
%0
%25

Triadic Colors of #adacbf

#adacbf #bfadac #acbfad

Analogous Colors of #adacbf

#adacbf #b7acbf #acb5bf

Monochromatic Colors of #adacbf

#adacbf

Complementary Color

#adacbf #bebfac

#adacbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacbf Color CSS Codes

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

#adacbf Text Font Color

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

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


#adacbf Background Color

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

This div background color is #adacbf


#adacbf Border Color

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

This div border color is #adacbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacbf


Comments

No comments written yet.

Please login to write comment.