Color Hex Logo

#adaabe Color Hex

#ADAABE
(173,170,190)
0 Favorites   0 Comments

Color spaces of #adaabe

RGB 173170190
HSL0.690.130.71
HSV249°11°75°
CMYK 0.090.110.00   0.25
XYZ40.902641.351454.5410
Yxy41.35140.29900.3023
Hunter Lab64.30511.0049-5.2739
CIE-Lab70.42144.9857-9.8343

#adaabe color RGB value is (173,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 10111110
Octal 255 252 276
Decimal 173 170 190
Hex AD AA BE

RGB Percentages of Color #adaabe

%32.46
%31.89
%35.65

CMYK Percentages of Color #adaabe

%9
%11
%0
%25

Triadic Colors of #adaabe

#adaabe #beadaa #aabead

Analogous Colors of #adaabe

#adaabe #b7aabe #aab1be

Monochromatic Colors of #adaabe

#adaabe

Complementary Color

#adaabe #bbbeaa

#adaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaabe Color CSS Codes

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

#adaabe Text Font Color

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

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


#adaabe Background Color

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

This div background color is #adaabe


#adaabe Border Color

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

This div border color is #adaabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaabe


Comments

No comments written yet.

Please login to write comment.