Color Hex Logo

#a9bfef Color Hex

#A9BFEF
(169,191,239)
0 Favorites   0 Comments

Color spaces of #a9bfef

RGB 169191239
HSL0.610.690.80
HSV221°29°94°
CMYK 0.290.200.00   0.06
XYZ50.573051.928689.0191
Yxy51.92860.26410.2711
Hunter Lab72.0615-0.8357-22.7991
CIE-Lab77.23813.2748-26.2573

#a9bfef color RGB value is (169,191,239).

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

The process color (four color CMYK) of #a9bfef color hex is 0.29, 0.20, 0.00, 0.06. Web safe color of #a9bfef is #99ccff. Color #a9bfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111111 11101111
Octal 251 277 357
Decimal 169 191 239
Hex A9 BF EF

RGB Percentages of Color #a9bfef

%28.21
%31.89
%39.90

CMYK Percentages of Color #a9bfef

%29
%20
%0
%6

Triadic Colors of #a9bfef

#a9bfef #efa9bf #bfefa9

Analogous Colors of #a9bfef

#a9bfef #b6a9ef #a9e2ef

Monochromatic Colors of #a9bfef

#a9bfef

Complementary Color

#a9bfef #efd9a9

#a9bfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bfef Color CSS Codes

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

#a9bfef Text Font Color

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

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


#a9bfef Background Color

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

This div background color is #a9bfef


#a9bfef Border Color

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

This div border color is #a9bfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bfef


Comments

No comments written yet.

Please login to write comment.