Color Hex Logo

#adacc2 Color Hex

#ADACC2
(173,172,194)
0 Favorites   0 Comments

Color spaces of #adacc2

RGB 173172194
HSL0.670.150.72
HSV243°11°76°
CMYK 0.110.110.00   0.24
XYZ41.723742.284357.0016
Yxy42.28430.29590.2999
Hunter Lab65.02640.7371-6.4547
CIE-Lab71.06654.7145-11.0757

#adacc2 color RGB value is (173,172,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 11000010
Octal 255 254 302
Decimal 173 172 194
Hex AD AC C2

RGB Percentages of Color #adacc2

%32.10
%31.91
%35.99

CMYK Percentages of Color #adacc2

%11
%11
%0
%24

Triadic Colors of #adacc2

#adacc2 #c2adac #acc2ad

Analogous Colors of #adacc2

#adacc2 #b8acc2 #acb6c2

Monochromatic Colors of #adacc2

#adacc2

Complementary Color

#adacc2 #c1c2ac

#adacc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacc2 Color CSS Codes

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

#adacc2 Text Font Color

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

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


#adacc2 Background Color

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

This div background color is #adacc2


#adacc2 Border Color

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

This div border color is #adacc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacc2


Comments

No comments written yet.

Please login to write comment.