Color Hex Logo

#adadda Color Hex

#ADADDA
(173,173,218)
0 Favorites   0 Comments

Color spaces of #adadda

RGB 173173218
HSL0.670.380.77
HSV240°21°85°
CMYK 0.210.210.00   0.15
XYZ44.832043.833372.4274
Yxy43.83330.27830.2721
Hunter Lab66.20675.0098-18.5161
CIE-Lab72.11699.3979-22.6609

#adadda color RGB value is (173,173,218).

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

The process color (four color CMYK) of #adadda color hex is 0.21, 0.21, 0.00, 0.15. Web safe color of #adadda is #9999cc. Color #adadda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11011010
Octal 255 255 332
Decimal 173 173 218
Hex AD AD DA

RGB Percentages of Color #adadda

%30.67
%30.67
%38.65

CMYK Percentages of Color #adadda

%21
%21
%0
%15

Triadic Colors of #adadda

#adadda #daadad #addaad

Analogous Colors of #adadda

#adadda #c4adda #adc4da

Monochromatic Colors of #adadda

#adadda

Complementary Color

#adadda #dadaad

#adadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadda Color CSS Codes

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

#adadda Text Font Color

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

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


#adadda Background Color

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

This div background color is #adadda


#adadda Border Color

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

This div border color is #adadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadda


Comments

No comments written yet.

Please login to write comment.