Color Hex Logo

#adaafe Color Hex

#ADAAFE
(173,170,254)
0 Favorites   0 Comments

Color spaces of #adaafe

RGB 173170254
HSL0.670.980.83
HSV242°33°100°
CMYK 0.320.330.00   0.00
XYZ49.497744.789499.8023
Yxy44.78940.25500.2308
Hunter Lab66.924914.9002-41.5693
CIE-Lab72.753019.7151-41.2555

#adaafe color RGB value is (173,170,254).

#adaafe hex color red value is 173, green value is 170 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #adaafe hue: 0.67 , saturation: 0.98 and the lightness value of adaafe is 0.83.

The process color (four color CMYK) of #adaafe color hex is 0.32, 0.33, 0.00, 0.00. Web safe color of #adaafe is #9999ff. Color #adaafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11111110
Octal 255 252 376
Decimal 173 170 254
Hex AD AA FE

RGB Percentages of Color #adaafe

%28.98
%28.48
%42.55

CMYK Percentages of Color #adaafe

%32
%33
%0
%0

Triadic Colors of #adaafe

#adaafe #feadaa #aafead

Analogous Colors of #adaafe

#adaafe #d7aafe #aad1fe

Monochromatic Colors of #adaafe

#adaafe

Complementary Color

#adaafe #fbfeaa

#adaafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaafe Color CSS Codes

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

#adaafe Text Font Color

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

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


#adaafe Background Color

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

This div background color is #adaafe


#adaafe Border Color

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

This div border color is #adaafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaafe


Comments

No comments written yet.

Please login to write comment.