Color Hex Logo

#a9bcea Color Hex

#A9BCEA
(169,188,234)
0 Favorites   0 Comments

Color spaces of #a9bcea

RGB 169188234
HSL0.620.610.79
HSV222°28°92°
CMYK 0.280.200.00   0.08
XYZ49.196750.342084.9659
Yxy50.34200.26660.2728
Hunter Lab70.9521-0.3980-21.3339
CIE-Lab76.27873.7010-25.0289

#a9bcea color RGB value is (169,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111100 11101010
Octal 251 274 352
Decimal 169 188 234
Hex A9 BC EA

RGB Percentages of Color #a9bcea

%28.60
%31.81
%39.59

CMYK Percentages of Color #a9bcea

%28
%20
%0
%8

Triadic Colors of #a9bcea

#a9bcea #eaa9bc #bceaa9

Analogous Colors of #a9bcea

#a9bcea #b7a9ea #a9ddea

Monochromatic Colors of #a9bcea

#a9bcea

Complementary Color

#a9bcea #ead7a9

#a9bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bcea Color CSS Codes

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

#a9bcea Text Font Color

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

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


#a9bcea Background Color

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

This div background color is #a9bcea


#a9bcea Border Color

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

This div border color is #a9bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bcea


Comments

No comments written yet.

Please login to write comment.