Color Hex Logo

#a9accb Color Hex

#A9ACCB
(169,172,203)
0 Favorites   0 Comments

Color spaces of #a9accb

RGB 169172203
HSL0.650.250.73
HSV235°17°80°
CMYK 0.170.150.00   0.20
XYZ41.894242.251962.4473
Yxy42.25190.28580.2882
Hunter Lab65.00151.2928-11.4592
CIE-Lab71.04425.3272-16.0919

#a9accb color RGB value is (169,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101100 11001011
Octal 251 254 313
Decimal 169 172 203
Hex A9 AC CB

RGB Percentages of Color #a9accb

%31.07
%31.62
%37.32

CMYK Percentages of Color #a9accb

%17
%15
%0
%20

Triadic Colors of #a9accb

#a9accb #cba9ac #accba9

Analogous Colors of #a9accb

#a9accb #b7a9cb #a9bdcb

Monochromatic Colors of #a9accb

#a9accb

Complementary Color

#a9accb #cbc8a9

#a9accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9accb Color CSS Codes

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

#a9accb Text Font Color

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

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


#a9accb Background Color

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

This div background color is #a9accb


#a9accb Border Color

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

This div border color is #a9accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9accb


Comments

No comments written yet.

Please login to write comment.