Color Hex Logo

#a9bcd0 Color Hex

#A9BCD0
(169,188,208)
0 Favorites   0 Comments

Color spaces of #a9bcd0

RGB 169188208
HSL0.590.290.74
HSV211°19°82°
CMYK 0.190.100.00   0.18
XYZ45.730648.955566.7136
Yxy48.95550.28330.3033
Hunter Lab69.9682-5.7783-7.5544
CIE-Lab75.4236-2.2718-12.2423

#a9bcd0 color RGB value is (169,188,208).

#a9bcd0 hex color red value is 169, green value is 188 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #a9bcd0 hue: 0.59 , saturation: 0.29 and the lightness value of a9bcd0 is 0.74.

The process color (four color CMYK) of #a9bcd0 color hex is 0.19, 0.10, 0.00, 0.18. Web safe color of #a9bcd0 is #99cccc. Color #a9bcd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111100 11010000
Octal 251 274 320
Decimal 169 188 208
Hex A9 BC D0

RGB Percentages of Color #a9bcd0

%29.91
%33.27
%36.81

CMYK Percentages of Color #a9bcd0

%19
%10
%0
%18

Triadic Colors of #a9bcd0

#a9bcd0 #d0a9bc #bcd0a9

Analogous Colors of #a9bcd0

#a9bcd0 #aaa9d0 #a9d0d0

Monochromatic Colors of #a9bcd0

#a9bcd0

Complementary Color

#a9bcd0 #d0bda9

#a9bcd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bcd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bcd0 Color CSS Codes

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

#a9bcd0 Text Font Color

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

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


#a9bcd0 Background Color

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

This div background color is #a9bcd0


#a9bcd0 Border Color

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

This div border color is #a9bcd0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,188,208, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bcd0

#a9bcd0 Color Palettes


Comments

No comments written yet.

Please login to write comment.