Color Hex Logo

#adaabf Color Hex

#ADAABF
(173,170,191)
0 Favorites   0 Comments

Color spaces of #adaabf

RGB 173170191
HSL0.690.140.71
HSV249°11°75°
CMYK 0.090.110.00   0.25
XYZ41.012341.395355.1187
Yxy41.39530.29820.3010
Hunter Lab64.33921.1893-5.7557
CIE-Lab70.45205.1911-10.3404

#adaabf color RGB value is (173,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 10111111
Octal 255 252 277
Decimal 173 170 191
Hex AD AA BF

RGB Percentages of Color #adaabf

%32.40
%31.84
%35.77

CMYK Percentages of Color #adaabf

%9
%11
%0
%25

Triadic Colors of #adaabf

#adaabf #bfadaa #aabfad

Analogous Colors of #adaabf

#adaabf #b8aabf #aab2bf

Monochromatic Colors of #adaabf

#adaabf

Complementary Color

#adaabf #bcbfaa

#adaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaabf Color CSS Codes

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

#adaabf Text Font Color

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

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


#adaabf Background Color

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

This div background color is #adaabf


#adaabf Border Color

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

This div border color is #adaabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,170,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 #adaabf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaabf

#adaabf Color Palettes


Comments

No comments written yet.

Please login to write comment.