Color Hex Logo

#a9cfeb Color Hex

#A9CFEB
(169,207,235)
0 Favorites   0 Comments

Color spaces of #a9cfeb

RGB 169207235
HSL0.570.620.79
HSV205°28°92°
CMYK 0.280.120.00   0.08
XYZ53.670459.058887.1680
Yxy59.05880.26850.2954
Hunter Lab76.8497-9.8260-13.4558
CIE-Lab81.3239-6.2281-17.9075

#a9cfeb color RGB value is (169,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001111 11101011
Octal 251 317 353
Decimal 169 207 235
Hex A9 CF EB

RGB Percentages of Color #a9cfeb

%27.66
%33.88
%38.46

CMYK Percentages of Color #a9cfeb

%28
%12
%0
%8

Triadic Colors of #a9cfeb

#a9cfeb #eba9cf #cfeba9

Analogous Colors of #a9cfeb

#a9cfeb #a9aeeb #a9ebe6

Monochromatic Colors of #a9cfeb

#a9cfeb

Complementary Color

#a9cfeb #ebc5a9

#a9cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cfeb Color CSS Codes

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

#a9cfeb Text Font Color

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

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


#a9cfeb Background Color

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

This div background color is #a9cfeb


#a9cfeb Border Color

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

This div border color is #a9cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cfeb

#a9cfeb Color Palettes


Comments

No comments written yet.

Please login to write comment.