Color Hex Logo

#adacde Color Hex

#ADACDE
(173,172,222)
0 Favorites   0 Comments

Color spaces of #adacde

RGB 173172222
HSL0.670.430.77
HSV241°23°87°
CMYK 0.220.230.00   0.13
XYZ45.170943.663275.1543
Yxy43.66320.27550.2663
Hunter Lab66.07816.3856-21.1791
CIE-Lab72.002810.8681-25.0218

#adacde color RGB value is (173,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 11011110
Octal 255 254 336
Decimal 173 172 222
Hex AD AC DE

RGB Percentages of Color #adacde

%30.51
%30.34
%39.15

CMYK Percentages of Color #adacde

%22
%23
%0
%13

Triadic Colors of #adacde

#adacde #deadac #acdead

Analogous Colors of #adacde

#adacde #c6acde #acc4de

Monochromatic Colors of #adacde

#adacde

Complementary Color

#adacde #dddeac

#adacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacde Color CSS Codes

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

#adacde Text Font Color

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

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


#adacde Background Color

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

This div background color is #adacde


#adacde Border Color

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

This div border color is #adacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacde


Comments

No comments written yet.

Please login to write comment.