Color Hex Logo

#adaced Color Hex

#ADACED
(173,172,237)
0 Favorites   0 Comments

Color spaces of #adaced

RGB 173172237
HSL0.670.640.80
HSV241°27°93°
CMYK 0.270.270.00   0.07
XYZ47.272244.503786.2193
Yxy44.50370.26560.2500
Hunter Lab66.71119.7426-29.9303
CIE-Lab72.563914.4086-32.3348

#adaced color RGB value is (173,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 11101101
Octal 255 254 355
Decimal 173 172 237
Hex AD AC ED

RGB Percentages of Color #adaced

%29.73
%29.55
%40.72

CMYK Percentages of Color #adaced

%27
%27
%0
%7

Triadic Colors of #adaced

#adaced #edadac #acedad

Analogous Colors of #adaced

#adaced #ceaced #accced

Monochromatic Colors of #adaced

#adaced

Complementary Color

#adaced #ecedac

#adaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaced Color CSS Codes

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

#adaced Text Font Color

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

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


#adaced Background Color

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

This div background color is #adaced


#adaced Border Color

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

This div border color is #adaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaced


Comments

No comments written yet.

Please login to write comment.