Color Hex Logo

#adadff Color Hex

#ADADFF
(173,173,255)
1 Favorites   0 Comments

Color spaces of #adadff

RGB 173173255
HSL0.671.000.84
HSV240°32°100°
CMYK 0.320.320.00   0.00
XYZ50.227245.9914100.8377
Yxy45.99140.25490.2334
Hunter Lab67.817013.5226-40.6870
CIE-Lab73.540018.2897-40.5682

#adadff color RGB value is (173,173,255).

#adadff hex color red value is 173, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #adadff hue: 0.67 , saturation: 1.00 and the lightness value of adadff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11111111
Octal 255 255 377
Decimal 173 173 255
Hex AD AD FF

RGB Percentages of Color #adadff

%28.79
%28.79
%42.43

CMYK Percentages of Color #adadff

%32
%32
%0
%0

Triadic Colors of #adadff

#adadff #ffadad #adffad

Analogous Colors of #adadff

#adadff #d6adff #add6ff

Monochromatic Colors of #adadff

#adadff

Complementary Color

#adadff #ffffad

#adadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadff Color CSS Codes

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

#adadff Text Font Color

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

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


#adadff Background Color

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

This div background color is #adadff


#adadff Border Color

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

This div border color is #adadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadff


Comments

No comments written yet.

Please login to write comment.