Color Hex Logo

#adaccd Color Hex

#ADACCD
(173,172,205)
2 Favorites   0 Comments

Color spaces of #adaccd

RGB 173172205
HSL0.670.250.74
HSV242°16°80°
CMYK 0.160.160.00   0.20
XYZ43.005542.797163.7516
Yxy42.79710.28760.2862
Hunter Lab65.41952.8583-11.9847
CIE-Lab71.41707.0556-16.5981

#adaccd color RGB value is (173,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 11001101
Octal 255 254 315
Decimal 173 172 205
Hex AD AC CD

RGB Percentages of Color #adaccd

%31.45
%31.27
%37.27

CMYK Percentages of Color #adaccd

%16
%16
%0
%20

Triadic Colors of #adaccd

#adaccd #cdadac #accdad

Analogous Colors of #adaccd

#adaccd #beaccd #acbccd

Monochromatic Colors of #adaccd

#adaccd

Complementary Color

#adaccd #cccdac

#adaccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaccd Color CSS Codes

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

#adaccd Text Font Color

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

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


#adaccd Background Color

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

This div background color is #adaccd


#adaccd Border Color

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

This div border color is #adaccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaccd

#adaccd Color Palettes


Comments

No comments written yet.

Please login to write comment.