Color Hex Logo

#adadfb Color Hex

#ADADFB
(173,173,251)
0 Favorites   0 Comments

Color spaces of #adadfb

RGB 173173251
HSL0.670.910.83
HSV240°31°98°
CMYK 0.310.310.00   0.02
XYZ49.589745.736497.4811
Yxy45.73640.25720.2372
Hunter Lab67.628712.5375-38.1215
CIE-Lab73.374217.2868-38.6666

#adadfb color RGB value is (173,173,251).

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

The process color (four color CMYK) of #adadfb color hex is 0.31, 0.31, 0.00, 0.02. Web safe color of #adadfb is #9999ff. Color #adadfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11111011
Octal 255 255 373
Decimal 173 173 251
Hex AD AD FB

RGB Percentages of Color #adadfb

%28.98
%28.98
%42.04

CMYK Percentages of Color #adadfb

%31
%31
%0
%2

Triadic Colors of #adadfb

#adadfb #fbadad #adfbad

Analogous Colors of #adadfb

#adadfb #d4adfb #add4fb

Monochromatic Colors of #adadfb

#adadfb

Complementary Color

#adadfb #fbfbad

#adadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadfb Color CSS Codes

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

#adadfb Text Font Color

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

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


#adadfb Background Color

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

This div background color is #adadfb


#adadfb Border Color

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

This div border color is #adadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadfb

Related Colors


Comments

No comments written yet.

Please login to write comment.