Color Hex Logo

#a9bfeb Color Hex

#A9BFEB
(169,191,235)
0 Favorites   0 Comments

Color spaces of #a9bfeb

RGB 169191235
HSL0.610.620.79
HSV220°28°92°
CMYK 0.280.190.00   0.08
XYZ49.988451.694885.9407
Yxy51.69480.26640.2755
Hunter Lab71.8991-1.7199-20.5397
CIE-Lab77.09802.3117-24.3179

#a9bfeb color RGB value is (169,191,235).

#a9bfeb hex color red value is 169, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a9bfeb hue: 0.61 , saturation: 0.62 and the lightness value of a9bfeb is 0.79.

The process color (four color CMYK) of #a9bfeb color hex is 0.28, 0.19, 0.00, 0.08. Web safe color of #a9bfeb is #99ccff. Color #a9bfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111111 11101011
Octal 251 277 353
Decimal 169 191 235
Hex A9 BF EB

RGB Percentages of Color #a9bfeb

%28.40
%32.10
%39.50

CMYK Percentages of Color #a9bfeb

%28
%19
%0
%8

Triadic Colors of #a9bfeb

#a9bfeb #eba9bf #bfeba9

Analogous Colors of #a9bfeb

#a9bfeb #b4a9eb #a9e0eb

Monochromatic Colors of #a9bfeb

#a9bfeb

Complementary Color

#a9bfeb #ebd5a9

#a9bfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bfeb Color CSS Codes

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

#a9bfeb Text Font Color

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

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


#a9bfeb Background Color

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

This div background color is #a9bfeb


#a9bfeb Border Color

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

This div border color is #a9bfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bfeb


Comments

No comments written yet.

Please login to write comment.