Color Hex Logo

#a9becd Color Hex

#A9BECD
(169,190,205)
0 Favorites   0 Comments

Color spaces of #a9becd

RGB 169190205
HSL0.570.260.73
HSV205°18°80°
CMYK 0.180.070.00   0.20
XYZ45.795149.669764.9312
Yxy49.66970.28550.3097
Hunter Lab70.4767-7.3467-5.2910
CIE-Lab75.8661-3.9948-9.9530

#a9becd color RGB value is (169,190,205).

#a9becd hex color red value is 169, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a9becd hue: 0.57 , saturation: 0.26 and the lightness value of a9becd is 0.73.

The process color (four color CMYK) of #a9becd color hex is 0.18, 0.07, 0.00, 0.20. Web safe color of #a9becd is #99cccc. Color #a9becd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111110 11001101
Octal 251 276 315
Decimal 169 190 205
Hex A9 BE CD

RGB Percentages of Color #a9becd

%29.96
%33.69
%36.35

CMYK Percentages of Color #a9becd

%18
%7
%0
%20

Triadic Colors of #a9becd

#a9becd #cda9be #becda9

Analogous Colors of #a9becd

#a9becd #a9accd #a9cdca

Monochromatic Colors of #a9becd

#a9becd

Complementary Color

#a9becd #cdb8a9

#a9becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9becd Color CSS Codes

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

#a9becd Text Font Color

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

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


#a9becd Background Color

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

This div background color is #a9becd


#a9becd Border Color

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

This div border color is #a9becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9becd


Comments

No comments written yet.

Please login to write comment.