Color Hex Logo

#a8adcb Color Hex

#A8ADCB
(168,173,203)
0 Favorites   0 Comments

Color spaces of #a8adcb

RGB 168173203
HSL0.640.250.73
HSV231°17°80°
CMYK 0.170.150.00   0.20
XYZ41.871542.523862.5010
Yxy42.52380.28500.2895
Hunter Lab65.21030.4968-11.1795
CIE-Lab71.23064.4554-15.8183

#a8adcb color RGB value is (168,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101101 11001011
Octal 250 255 313
Decimal 168 173 203
Hex A8 AD CB

RGB Percentages of Color #a8adcb

%30.88
%31.80
%37.32

CMYK Percentages of Color #a8adcb

%17
%15
%0
%20

Triadic Colors of #a8adcb

#a8adcb #cba8ad #adcba8

Analogous Colors of #a8adcb

#a8adcb #b5a8cb #a8bfcb

Monochromatic Colors of #a8adcb

#a8adcb

Complementary Color

#a8adcb #cbc6a8

#a8adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8adcb Color CSS Codes

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

#a8adcb Text Font Color

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

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


#a8adcb Background Color

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

This div background color is #a8adcb


#a8adcb Border Color

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

This div border color is #a8adcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8adcb


Comments

No comments written yet.

Please login to write comment.