Color Hex Logo

#a9cbeb Color Hex

#A9CBEB
(169,203,235)
0 Favorites   0 Comments

Color spaces of #a9cbeb

RGB 169203235
HSL0.580.620.79
HSV209°28°92°
CMYK 0.280.140.00   0.08
XYZ52.713557.145086.8491
Yxy57.14500.26800.2905
Hunter Lab75.5943-7.8183-15.2013
CIE-Lab80.2611-4.1178-19.5132

#a9cbeb color RGB value is (169,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001011 11101011
Octal 251 313 353
Decimal 169 203 235
Hex A9 CB EB

RGB Percentages of Color #a9cbeb

%27.84
%33.44
%38.71

CMYK Percentages of Color #a9cbeb

%28
%14
%0
%8

Triadic Colors of #a9cbeb

#a9cbeb #eba9cb #cbeba9

Analogous Colors of #a9cbeb

#a9cbeb #a9aaeb #a9ebea

Monochromatic Colors of #a9cbeb

#a9cbeb

Complementary Color

#a9cbeb #ebc9a9

#a9cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cbeb Color CSS Codes

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

#a9cbeb Text Font Color

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

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


#a9cbeb Background Color

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

This div background color is #a9cbeb


#a9cbeb Border Color

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

This div border color is #a9cbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,203,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 #a9cbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cbeb


Comments

No comments written yet.

Please login to write comment.