Color Hex Logo

#a9bfcd Color Hex

#A9BFCD
(169,191,205)
0 Favorites   0 Comments

Color spaces of #a9bfcd

RGB 169191205
HSL0.560.260.73
HSV203°18°80°
CMYK 0.180.070.00   0.20
XYZ46.012450.104465.0036
Yxy50.10440.28560.3110
Hunter Lab70.7845-7.8415-4.8988
CIE-Lab76.1333-4.5276-9.5548

#a9bfcd color RGB value is (169,191,205).

#a9bfcd hex color red value is 169, green value is 191 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a9bfcd hue: 0.56 , saturation: 0.26 and the lightness value of a9bfcd is 0.73.

The process color (four color CMYK) of #a9bfcd color hex is 0.18, 0.07, 0.00, 0.20. Web safe color of #a9bfcd is #99cccc. Color #a9bfcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111111 11001101
Octal 251 277 315
Decimal 169 191 205
Hex A9 BF CD

RGB Percentages of Color #a9bfcd

%29.91
%33.81
%36.28

CMYK Percentages of Color #a9bfcd

%18
%7
%0
%20

Triadic Colors of #a9bfcd

#a9bfcd #cda9bf #bfcda9

Analogous Colors of #a9bfcd

#a9bfcd #a9adcd #a9cdc9

Monochromatic Colors of #a9bfcd

#a9bfcd

Complementary Color

#a9bfcd #cdb7a9

#a9bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bfcd Color CSS Codes

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

#a9bfcd Text Font Color

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

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


#a9bfcd Background Color

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

This div background color is #a9bfcd


#a9bfcd Border Color

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

This div border color is #a9bfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bfcd


Comments

No comments written yet.

Please login to write comment.