Color Hex Logo

#a9bcef Color Hex

#A9BCEF
(169,188,239)
0 Favorites   0 Comments

Color spaces of #a9bcef

RGB 169188239
HSL0.620.690.80
HSV224°29°94°
CMYK 0.290.210.00   0.06
XYZ49.925450.633588.8032
Yxy50.63350.26370.2674
Hunter Lab71.15720.7142-24.1830
CIE-Lab76.45654.9072-27.4537

#a9bcef color RGB value is (169,188,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111100 11101111
Octal 251 274 357
Decimal 169 188 239
Hex A9 BC EF

RGB Percentages of Color #a9bcef

%28.36
%31.54
%40.10

CMYK Percentages of Color #a9bcef

%29
%21
%0
%6

Triadic Colors of #a9bcef

#a9bcef #efa9bc #bcefa9

Analogous Colors of #a9bcef

#a9bcef #b9a9ef #a9dfef

Monochromatic Colors of #a9bcef

#a9bcef

Complementary Color

#a9bcef #efdca9

#a9bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bcef Color CSS Codes

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

#a9bcef Text Font Color

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

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


#a9bcef Background Color

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

This div background color is #a9bcef


#a9bcef Border Color

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

This div border color is #a9bcef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,188,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 #a9bcef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bcef


Comments

No comments written yet.

Please login to write comment.