Color Hex Logo

#adadeb Color Hex

#ADADEB
(173,173,235)
0 Favorites   0 Comments

Color spaces of #adadeb

RGB 173173235
HSL0.670.610.80
HSV240°26°92°
CMYK 0.260.260.00   0.08
XYZ47.172544.769584.7524
Yxy44.76950.26700.2534
Hunter Lab66.91008.7525-28.2634
CIE-Lab72.739913.3714-30.9760

#adadeb color RGB value is (173,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11101011
Octal 255 255 353
Decimal 173 173 235
Hex AD AD EB

RGB Percentages of Color #adadeb

%29.78
%29.78
%40.45

CMYK Percentages of Color #adadeb

%26
%26
%0
%8

Triadic Colors of #adadeb

#adadeb #ebadad #adebad

Analogous Colors of #adadeb

#adadeb #ccadeb #adcceb

Monochromatic Colors of #adadeb

#adadeb

Complementary Color

#adadeb #ebebad

#adadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadeb Color CSS Codes

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

#adadeb Text Font Color

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

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


#adadeb Background Color

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

This div background color is #adadeb


#adadeb Border Color

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

This div border color is #adadeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,173,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 #adadeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadeb


Comments

No comments written yet.

Please login to write comment.