Color Hex Logo

#adaded Color Hex

#ADADED
(173,173,237)
0 Favorites   0 Comments

Color spaces of #adaded

RGB 173173237
HSL0.670.640.80
HSV240°27°93°
CMYK 0.270.270.00   0.07
XYZ47.463244.885886.2830
Yxy44.88580.26570.2513
Hunter Lab66.99699.2119-29.4598
CIE-Lab72.816613.8520-31.9446

#adaded color RGB value is (173,173,237).

#adaded hex color red value is 173, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #adaded hue: 0.67 , saturation: 0.64 and the lightness value of adaded is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11101101
Octal 255 255 355
Decimal 173 173 237
Hex AD AD ED

RGB Percentages of Color #adaded

%29.67
%29.67
%40.65

CMYK Percentages of Color #adaded

%27
%27
%0
%7

Triadic Colors of #adaded

#adaded #edadad #adedad

Analogous Colors of #adaded

#adaded #cdaded #adcded

Monochromatic Colors of #adaded

#adaded

Complementary Color

#adaded #ededad

#adaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaded Color CSS Codes

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

#adaded Text Font Color

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

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


#adaded Background Color

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

This div background color is #adaded


#adaded Border Color

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

This div border color is #adaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaded


Comments

No comments written yet.

Please login to write comment.