Color Hex Logo

#a9bcde Color Hex

#A9BCDE
(169,188,222)
0 Favorites   0 Comments

Color spaces of #a9bcde

RGB 169188222
HSL0.610.450.77
HSV218°24°87°
CMYK 0.240.150.00   0.13
XYZ47.530249.675476.1904
Yxy49.67540.27410.2865
Hunter Lab70.4808-2.9661-14.7565
CIE-Lab75.86960.8793-19.1634

#a9bcde color RGB value is (169,188,222).

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

The process color (four color CMYK) of #a9bcde color hex is 0.24, 0.15, 0.00, 0.13. Web safe color of #a9bcde is #99cccc. Color #a9bcde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111100 11011110
Octal 251 274 336
Decimal 169 188 222
Hex A9 BC DE

RGB Percentages of Color #a9bcde

%29.19
%32.47
%38.34

CMYK Percentages of Color #a9bcde

%24
%15
%0
%13

Triadic Colors of #a9bcde

#a9bcde #dea9bc #bcdea9

Analogous Colors of #a9bcde

#a9bcde #b1a9de #a9d7de

Monochromatic Colors of #a9bcde

#a9bcde

Complementary Color

#a9bcde #decba9

#a9bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bcde Color CSS Codes

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

#a9bcde Text Font Color

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

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


#a9bcde Background Color

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

This div background color is #a9bcde


#a9bcde Border Color

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

This div border color is #a9bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bcde


Comments

No comments written yet.

Please login to write comment.