Color Hex Logo

#a9bfda Color Hex

#A9BFDA
(169,191,218)
0 Favorites   0 Comments

Color spaces of #a9bfda

RGB 169191218
HSL0.590.400.76
HSV213°22°85°
CMYK 0.220.120.00   0.15
XYZ47.647950.758673.6157
Yxy50.75860.27700.2951
Hunter Lab71.2451-5.3001-11.3913
CIE-Lab76.5326-1.6510-15.9974

#a9bfda color RGB value is (169,191,218).

#a9bfda hex color red value is 169, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a9bfda hue: 0.59 , saturation: 0.40 and the lightness value of a9bfda is 0.76.

The process color (four color CMYK) of #a9bfda color hex is 0.22, 0.12, 0.00, 0.15. Web safe color of #a9bfda is #99cccc. Color #a9bfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111111 11011010
Octal 251 277 332
Decimal 169 191 218
Hex A9 BF DA

RGB Percentages of Color #a9bfda

%29.24
%33.04
%37.72

CMYK Percentages of Color #a9bfda

%22
%12
%0
%15

Triadic Colors of #a9bfda

#a9bfda #daa9bf #bfdaa9

Analogous Colors of #a9bfda

#a9bfda #aca9da #a9d8da

Monochromatic Colors of #a9bfda

#a9bfda

Complementary Color

#a9bfda #dac4a9

#a9bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bfda Color CSS Codes

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

#a9bfda Text Font Color

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

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


#a9bfda Background Color

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

This div background color is #a9bfda


#a9bfda Border Color

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

This div border color is #a9bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bfda


Comments

No comments written yet.

Please login to write comment.