Color Hex Logo

#a9bfca Color Hex

#A9BFCA
(169,191,202)
0 Favorites   0 Comments

Color spaces of #a9bfca

RGB 169191202
HSL0.560.240.73
HSV200°16°79°
CMYK 0.160.050.00   0.21
XYZ45.653749.960963.1143
Yxy49.96090.28760.3148
Hunter Lab70.6830-8.4033-3.4631
CIE-Lab76.0453-5.1710-8.0590

#a9bfca color RGB value is (169,191,202).

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

The process color (four color CMYK) of #a9bfca color hex is 0.16, 0.05, 0.00, 0.21. Web safe color of #a9bfca is #99cccc. Color #a9bfca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111111 11001010
Octal 251 277 312
Decimal 169 191 202
Hex A9 BF CA

RGB Percentages of Color #a9bfca

%30.07
%33.99
%35.94

CMYK Percentages of Color #a9bfca

%16
%5
%0
%21

Triadic Colors of #a9bfca

#a9bfca #caa9bf #bfcaa9

Analogous Colors of #a9bfca

#a9bfca #a9afca #a9cac5

Monochromatic Colors of #a9bfca

#a9bfca

Complementary Color

#a9bfca #cab4a9

#a9bfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bfca Color CSS Codes

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

#a9bfca Text Font Color

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

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


#a9bfca Background Color

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

This div background color is #a9bfca


#a9bfca Border Color

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

This div border color is #a9bfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bfca


Comments

No comments written yet.

Please login to write comment.