Color Hex Logo

#a9bcff Color Hex

#A9BCFF
(169,188,255)
0 Favorites   0 Comments

Color spaces of #a9bcff

RGB 169188255
HSL0.631.000.83
HSV227°34°100°
CMYK 0.340.260.00   0.00
XYZ52.395451.6215101.8101
Yxy51.62150.25460.2508
Hunter Lab71.84814.4374-33.7214
CIE-Lab77.05408.8780-35.1342

#a9bcff color RGB value is (169,188,255).

#a9bcff hex color red value is 169, green value is 188 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a9bcff hue: 0.63 , saturation: 1.00 and the lightness value of a9bcff is 0.83.

The process color (four color CMYK) of #a9bcff color hex is 0.34, 0.26, 0.00, 0.00. Web safe color of #a9bcff is #99ccff. Color #a9bcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111100 11111111
Octal 251 274 377
Decimal 169 188 255
Hex A9 BC FF

RGB Percentages of Color #a9bcff

%27.61
%30.72
%41.67

CMYK Percentages of Color #a9bcff

%34
%26
%0
%0

Triadic Colors of #a9bcff

#a9bcff #ffa9bc #bcffa9

Analogous Colors of #a9bcff

#a9bcff #c1a9ff #a9e7ff

Monochromatic Colors of #a9bcff

#a9bcff

Complementary Color

#a9bcff #ffeca9

#a9bcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bcff Color CSS Codes

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

#a9bcff Text Font Color

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

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


#a9bcff Background Color

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

This div background color is #a9bcff


#a9bcff Border Color

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

This div border color is #a9bcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bcff

#a9bcff Color Palettes


Comments

No comments written yet.

Please login to write comment.