Color Hex Logo

#a9cbcd Color Hex

#A9CBCD
(169,203,205)
0 Favorites   0 Comments

Color spaces of #a9cbcd

RGB 169203205
HSL0.510.260.73
HSV183°18°80°
CMYK 0.180.010.00   0.20
XYZ48.737655.554765.9120
Yxy55.55470.28630.3264
Hunter Lab74.5350-13.7172-0.2562
CIE-Lab79.3597-10.8319-4.7729

#a9cbcd color RGB value is (169,203,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001011 11001101
Octal 251 313 315
Decimal 169 203 205
Hex A9 CB CD

RGB Percentages of Color #a9cbcd

%29.29
%35.18
%35.53

CMYK Percentages of Color #a9cbcd

%18
%1
%0
%20

Triadic Colors of #a9cbcd

#a9cbcd #cda9cb #cbcda9

Analogous Colors of #a9cbcd

#a9cbcd #a9b9cd #a9cdbd

Monochromatic Colors of #a9cbcd

#a9cbcd

Complementary Color

#a9cbcd #cdaba9

#a9cbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cbcd Color CSS Codes

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

#a9cbcd Text Font Color

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

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


#a9cbcd Background Color

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

This div background color is #a9cbcd


#a9cbcd Border Color

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

This div border color is #a9cbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cbcd


Comments

No comments written yet.

Please login to write comment.