Color Hex Logo

#adaaeb Color Hex

#ADAAEB
(173,170,235)
0 Favorites   0 Comments

Color spaces of #adaaeb

RGB 173170235
HSL0.670.620.79
HSV243°28°92°
CMYK 0.260.280.00   0.08
XYZ46.603743.631884.5628
Yxy43.63180.26660.2496
Hunter Lab66.054410.3429-29.6650
CIE-Lab71.981715.0418-32.1459

#adaaeb color RGB value is (173,170,235).

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

The process color (four color CMYK) of #adaaeb color hex is 0.26, 0.28, 0.00, 0.08. Web safe color of #adaaeb is #9999ff. Color #adaaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11101011
Octal 255 252 353
Decimal 173 170 235
Hex AD AA EB

RGB Percentages of Color #adaaeb

%29.93
%29.41
%40.66

CMYK Percentages of Color #adaaeb

%26
%28
%0
%8

Triadic Colors of #adaaeb

#adaaeb #ebadaa #aaebad

Analogous Colors of #adaaeb

#adaaeb #ceaaeb #aac8eb

Monochromatic Colors of #adaaeb

#adaaeb

Complementary Color

#adaaeb #e8ebaa

#adaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaaeb Color CSS Codes

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

#adaaeb Text Font Color

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

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


#adaaeb Background Color

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

This div background color is #adaaeb


#adaaeb Border Color

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

This div border color is #adaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaaeb


Comments

No comments written yet.

Please login to write comment.