Color Hex Logo

#adaddd Color Hex

#ADADDD
(173,173,221)
0 Favorites   0 Comments

Color spaces of #adaddd

RGB 173173221
HSL0.670.410.77
HSV240°22°87°
CMYK 0.220.220.00   0.13
XYZ45.228343.991874.5141
Yxy43.99180.27620.2687
Hunter Lab66.32635.6491-20.1808
CIE-Lab72.223010.0842-24.1388

#adaddd color RGB value is (173,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11011101
Octal 255 255 335
Decimal 173 173 221
Hex AD AD DD

RGB Percentages of Color #adaddd

%30.51
%30.51
%38.98

CMYK Percentages of Color #adaddd

%22
%22
%0
%13

Triadic Colors of #adaddd

#adaddd #ddadad #adddad

Analogous Colors of #adaddd

#adaddd #c5addd #adc5dd

Monochromatic Colors of #adaddd

#adaddd

Complementary Color

#adaddd #ddddad

#adaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaddd Color CSS Codes

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

#adaddd Text Font Color

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

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


#adaddd Background Color

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

This div background color is #adaddd


#adaddd Border Color

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

This div border color is #adaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaddd


Comments

No comments written yet.

Please login to write comment.