Color Hex Logo

#a8adcd Color Hex

#A8ADCD
(168,173,205)
0 Favorites   0 Comments

Color spaces of #a8adcd

RGB 168173205
HSL0.640.270.73
HSV232°18°80°
CMYK 0.180.160.00   0.20
XYZ42.111542.619763.7645
Yxy42.61970.28360.2870
Hunter Lab65.28380.8954-12.2116
CIE-Lab71.29614.8985-16.8179

#a8adcd color RGB value is (168,173,205).

#a8adcd hex color red value is 168, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a8adcd hue: 0.64 , saturation: 0.27 and the lightness value of a8adcd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101101 11001101
Octal 250 255 315
Decimal 168 173 205
Hex A8 AD CD

RGB Percentages of Color #a8adcd

%30.77
%31.68
%37.55

CMYK Percentages of Color #a8adcd

%18
%16
%0
%20

Triadic Colors of #a8adcd

#a8adcd #cda8ad #adcda8

Analogous Colors of #a8adcd

#a8adcd #b6a8cd #a8c0cd

Monochromatic Colors of #a8adcd

#a8adcd

Complementary Color

#a8adcd #cdc8a8

#a8adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8adcd Color CSS Codes

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

#a8adcd Text Font Color

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

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


#a8adcd Background Color

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

This div background color is #a8adcd


#a8adcd Border Color

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

This div border color is #a8adcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,173,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 #a8adcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8adcd


Comments

No comments written yet.

Please login to write comment.