Color Hex Logo

#adade2 Color Hex

#ADADE2
(173,173,226)
0 Favorites   0 Comments

Color spaces of #adade2

RGB 173173226
HSL0.670.480.78
HSV240°23°89°
CMYK 0.230.230.00   0.11
XYZ45.904644.262478.0756
Yxy44.26240.27280.2631
Hunter Lab66.53006.7346-23.0082
CIE-Lab72.403511.2421-26.5919

#adade2 color RGB value is (173,173,226).

#adade2 hex color red value is 173, green value is 173 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #adade2 hue: 0.67 , saturation: 0.48 and the lightness value of adade2 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11100010
Octal 255 255 342
Decimal 173 173 226
Hex AD AD E2

RGB Percentages of Color #adade2

%30.24
%30.24
%39.51

CMYK Percentages of Color #adade2

%23
%23
%0
%11

Triadic Colors of #adade2

#adade2 #e2adad #ade2ad

Analogous Colors of #adade2

#adade2 #c8ade2 #adc8e2

Monochromatic Colors of #adade2

#adade2

Complementary Color

#adade2 #e2e2ad

#adade2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adade2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adade2 Color CSS Codes

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

#adade2 Text Font Color

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

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


#adade2 Background Color

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

This div background color is #adade2


#adade2 Border Color

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

This div border color is #adade2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adade2


Comments

No comments written yet.

Please login to write comment.