Color Hex Logo

#adacd7 Color Hex

#ADACD7
(173,172,215)
0 Favorites   0 Comments

Color spaces of #adacd7

RGB 173172215
HSL0.670.350.76
HSV241°20°84°
CMYK 0.200.200.00   0.16
XYZ44.251843.295670.3145
Yxy43.29560.28030.2743
Hunter Lab65.79944.8969-17.2989
CIE-Lab71.75519.2711-21.5701

#adacd7 color RGB value is (173,172,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 11010111
Octal 255 254 327
Decimal 173 172 215
Hex AD AC D7

RGB Percentages of Color #adacd7

%30.89
%30.71
%38.39

CMYK Percentages of Color #adacd7

%20
%20
%0
%16

Triadic Colors of #adacd7

#adacd7 #d7adac #acd7ad

Analogous Colors of #adacd7

#adacd7 #c3acd7 #acc1d7

Monochromatic Colors of #adacd7

#adacd7

Complementary Color

#adacd7 #d6d7ac

#adacd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacd7 Color CSS Codes

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

#adacd7 Text Font Color

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

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


#adacd7 Background Color

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

This div background color is #adacd7


#adacd7 Border Color

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

This div border color is #adacd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacd7


Comments

No comments written yet.

Please login to write comment.