Color Hex Logo

#a9bccd Color Hex

#A9BCCD
(169,188,205)
0 Favorites   0 Comments

Color spaces of #a9bccd

RGB 169188205
HSL0.580.260.73
HSV208°18°80°
CMYK 0.180.080.00   0.20
XYZ45.364948.809264.7877
Yxy48.80920.28540.3070
Hunter Lab69.8636-6.3549-6.0778
CIE-Lab75.3325-2.9261-10.7489

#a9bccd color RGB value is (169,188,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111100 11001101
Octal 251 274 315
Decimal 169 188 205
Hex A9 BC CD

RGB Percentages of Color #a9bccd

%30.07
%33.45
%36.48

CMYK Percentages of Color #a9bccd

%18
%8
%0
%20

Triadic Colors of #a9bccd

#a9bccd #cda9bc #bccda9

Analogous Colors of #a9bccd

#a9bccd #a9aacd #a9cdcc

Monochromatic Colors of #a9bccd

#a9bccd

Complementary Color

#a9bccd #cdbaa9

#a9bccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bccd Color CSS Codes

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

#a9bccd Text Font Color

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

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


#a9bccd Background Color

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

This div background color is #a9bccd


#a9bccd Border Color

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

This div border color is #a9bccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bccd


Comments

No comments written yet.

Please login to write comment.