Color Hex Logo

#adabdd Color Hex

#ADABDD
(173,171,221)
0 Favorites   0 Comments

Color spaces of #adabdd

RGB 173171221
HSL0.670.420.77
HSV242°23°87°
CMYK 0.220.230.00   0.13
XYZ44.847643.230574.3872
Yxy43.23050.27600.2661
Hunter Lab65.74996.6914-21.0538
CIE-Lab71.711111.1922-24.9212

#adabdd color RGB value is (173,171,221).

#adabdd hex color red value is 173, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #adabdd hue: 0.67 , saturation: 0.42 and the lightness value of adabdd is 0.77.

The process color (four color CMYK) of #adabdd color hex is 0.22, 0.23, 0.00, 0.13. Web safe color of #adabdd is #9999cc. Color #adabdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11011101
Octal 255 253 335
Decimal 173 171 221
Hex AD AB DD

RGB Percentages of Color #adabdd

%30.62
%30.27
%39.12

CMYK Percentages of Color #adabdd

%22
%23
%0
%13

Triadic Colors of #adabdd

#adabdd #ddadab #abddad

Analogous Colors of #adabdd

#adabdd #c6abdd #abc2dd

Monochromatic Colors of #adabdd

#adabdd

Complementary Color

#adabdd #dbddab

#adabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabdd Color CSS Codes

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

#adabdd Text Font Color

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

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


#adabdd Background Color

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

This div background color is #adabdd


#adabdd Border Color

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

This div border color is #adabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabdd


Comments

No comments written yet.

Please login to write comment.