Color Hex Logo

#a9bccf Color Hex

#A9BCCF
(169,188,207)
0 Favorites   0 Comments

Color spaces of #a9bccf

RGB 169188207
HSL0.580.280.74
HSV210°18°81°
CMYK 0.180.090.00   0.19
XYZ45.607948.906466.0676
Yxy48.90640.28400.3046
Hunter Lab69.9331-5.9716-7.0596
CIE-Lab75.3931-2.4908-11.7449

#a9bccf color RGB value is (169,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111100 11001111
Octal 251 274 317
Decimal 169 188 207
Hex A9 BC CF

RGB Percentages of Color #a9bccf

%29.96
%33.33
%36.70

CMYK Percentages of Color #a9bccf

%18
%9
%0
%19

Triadic Colors of #a9bccf

#a9bccf #cfa9bc #bccfa9

Analogous Colors of #a9bccf

#a9bccf #a9a9cf #a9cfcf

Monochromatic Colors of #a9bccf

#a9bccf

Complementary Color

#a9bccf #cfbca9

#a9bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bccf Color CSS Codes

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

#a9bccf Text Font Color

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

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


#a9bccf Background Color

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

This div background color is #a9bccf


#a9bccf Border Color

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

This div border color is #a9bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bccf


Comments

No comments written yet.

Please login to write comment.