Color Hex Logo

#adaae1 Color Hex

#ADAAE1
(173,170,225)
0 Favorites   0 Comments

Color spaces of #adaae1

RGB 173170225
HSL0.680.480.77
HSV243°24°88°
CMYK 0.230.240.00   0.12
XYZ45.198943.069977.1653
Yxy43.06990.27320.2603
Hunter Lab65.62778.0876-23.7741
CIE-Lab71.602412.6747-27.2748

#adaae1 color RGB value is (173,170,225).

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

The process color (four color CMYK) of #adaae1 color hex is 0.23, 0.24, 0.00, 0.12. Web safe color of #adaae1 is #9999cc. Color #adaae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11100001
Octal 255 252 341
Decimal 173 170 225
Hex AD AA E1

RGB Percentages of Color #adaae1

%30.46
%29.93
%39.61

CMYK Percentages of Color #adaae1

%23
%24
%0
%12

Triadic Colors of #adaae1

#adaae1 #e1adaa #aae1ad

Analogous Colors of #adaae1

#adaae1 #c9aae1 #aac3e1

Monochromatic Colors of #adaae1

#adaae1

Complementary Color

#adaae1 #dee1aa

#adaae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaae1 Color CSS Codes

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

#adaae1 Text Font Color

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

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


#adaae1 Background Color

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

This div background color is #adaae1


#adaae1 Border Color

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

This div border color is #adaae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaae1


Comments

No comments written yet.

Please login to write comment.