Color Hex Logo

#adaace Color Hex

#ADAACE
(173,170,206)
0 Favorites   0 Comments

Color spaces of #adaace

RGB 173170206
HSL0.680.270.74
HSV245°17°81°
CMYK 0.160.170.00   0.19
XYZ42.748942.089964.2636
Yxy42.08990.28670.2823
Hunter Lab64.87674.0838-13.3160
CIE-Lab70.93298.3777-17.8796

#adaace color RGB value is (173,170,206).

#adaace hex color red value is 173, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #adaace hue: 0.68 , saturation: 0.27 and the lightness value of adaace is 0.74.

The process color (four color CMYK) of #adaace color hex is 0.16, 0.17, 0.00, 0.19. Web safe color of #adaace is #9999cc. Color #adaace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11001110
Octal 255 252 316
Decimal 173 170 206
Hex AD AA CE

RGB Percentages of Color #adaace

%31.51
%30.97
%37.52

CMYK Percentages of Color #adaace

%16
%17
%0
%19

Triadic Colors of #adaace

#adaace #ceadaa #aacead

Analogous Colors of #adaace

#adaace #bfaace #aab9ce

Monochromatic Colors of #adaace

#adaace

Complementary Color

#adaace #cbceaa

#adaace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaace Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaace Color CSS Codes

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

#adaace Text Font Color

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

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


#adaace Background Color

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

This div background color is #adaace


#adaace Border Color

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

This div border color is #adaace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaace

#adaace Color Palettes


Comments

No comments written yet.

Please login to write comment.