Color Hex Logo

#adaabc Color Hex

#ADAABC
(173,170,188)
0 Favorites   0 Comments

Color spaces of #adaabc

RGB 173170188
HSL0.690.120.70
HSV250°10°74°
CMYK 0.080.100.00   0.26
XYZ40.685441.264553.3975
Yxy41.26450.30060.3049
Hunter Lab64.23750.6391-4.3187
CIE-Lab70.36084.5774-8.8209

#adaabc color RGB value is (173,170,188).

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

The process color (four color CMYK) of #adaabc color hex is 0.08, 0.10, 0.00, 0.26. Web safe color of #adaabc is #9999cc. Color #adaabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 10111100
Octal 255 252 274
Decimal 173 170 188
Hex AD AA BC

RGB Percentages of Color #adaabc

%32.58
%32.02
%35.40

CMYK Percentages of Color #adaabc

%8
%10
%0
%26

Triadic Colors of #adaabc

#adaabc #bcadaa #aabcad

Analogous Colors of #adaabc

#adaabc #b6aabc #aab0bc

Monochromatic Colors of #adaabc

#adaabc

Complementary Color

#adaabc #b9bcaa

#adaabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaabc Color CSS Codes

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

#adaabc Text Font Color

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

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


#adaabc Background Color

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

This div background color is #adaabc


#adaabc Border Color

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

This div border color is #adaabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaabc


Comments

No comments written yet.

Please login to write comment.