Color Hex Logo

#adaabb Color Hex

#ADAABB
(173,170,187)
0 Favorites   0 Comments

Color spaces of #adaabb

RGB 173170187
HSL0.700.110.70
HSV251°73°
CMYK 0.070.090.00   0.27
XYZ40.577941.221552.8316
Yxy41.22150.30140.3062
Hunter Lab64.20400.4578-3.8453
CIE-Lab70.33084.3746-8.3135

#adaabb color RGB value is (173,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 10111011
Octal 255 252 273
Decimal 173 170 187
Hex AD AA BB

RGB Percentages of Color #adaabb

%32.64
%32.08
%35.28

CMYK Percentages of Color #adaabb

%7
%9
%0
%27

Triadic Colors of #adaabb

#adaabb #bbadaa #aabbad

Analogous Colors of #adaabb

#adaabb #b6aabb #aab0bb

Monochromatic Colors of #adaabb

#adaabb

Complementary Color

#adaabb #b8bbaa

#adaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaabb Color CSS Codes

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

#adaabb Text Font Color

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

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


#adaabb Background Color

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

This div background color is #adaabb


#adaabb Border Color

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

This div border color is #adaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaabb


Comments

No comments written yet.

Please login to write comment.