Color Hex Logo

#a9bceb Color Hex

#A9BCEB
(169,188,235)
0 Favorites   0 Comments

Color spaces of #a9bceb

RGB 169188235
HSL0.620.620.79
HSV223°28°92°
CMYK 0.280.200.00   0.08
XYZ49.340850.399685.7248
Yxy50.39960.26600.2717
Hunter Lab70.9927-0.1774-21.8988
CIE-Lab76.31393.9410-25.5148

#a9bceb color RGB value is (169,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111100 11101011
Octal 251 274 353
Decimal 169 188 235
Hex A9 BC EB

RGB Percentages of Color #a9bceb

%28.55
%31.76
%39.70

CMYK Percentages of Color #a9bceb

%28
%20
%0
%8

Triadic Colors of #a9bceb

#a9bceb #eba9bc #bceba9

Analogous Colors of #a9bceb

#a9bceb #b7a9eb #a9ddeb

Monochromatic Colors of #a9bceb

#a9bceb

Complementary Color

#a9bceb #ebd8a9

#a9bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bceb Color CSS Codes

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

#a9bceb Text Font Color

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

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


#a9bceb Background Color

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

This div background color is #a9bceb


#a9bceb Border Color

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

This div border color is #a9bceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bceb


Comments

No comments written yet.

Please login to write comment.