Color Hex Logo

#adacce Color Hex

#ADACCE
(173,172,206)
1 Favorites   0 Comments

Color spaces of #adacce

RGB 173172206
HSL0.670.260.74
HSV242°17°81°
CMYK 0.160.170.00   0.19
XYZ43.126742.845564.3895
Yxy42.84550.28680.2849
Hunter Lab65.45653.0578-12.5040
CIE-Lab71.45007.2739-17.0975

#adacce color RGB value is (173,172,206).

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

The process color (four color CMYK) of #adacce color hex is 0.16, 0.17, 0.00, 0.19. Web safe color of #adacce is #9999cc. Color #adacce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 11001110
Octal 255 254 316
Decimal 173 172 206
Hex AD AC CE

RGB Percentages of Color #adacce

%31.40
%31.22
%37.39

CMYK Percentages of Color #adacce

%16
%17
%0
%19

Triadic Colors of #adacce

#adacce #ceadac #accead

Analogous Colors of #adacce

#adacce #beacce #acbcce

Monochromatic Colors of #adacce

#adacce

Complementary Color

#adacce #cdceac

#adacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacce Color CSS Codes

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

#adacce Text Font Color

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

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


#adacce Background Color

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

This div background color is #adacce


#adacce Border Color

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

This div border color is #adacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacce


Comments

No comments written yet.

Please login to write comment.