Color Hex Logo

#a9caec Color Hex

#A9CAEC
(169,202,236)
0 Favorites   0 Comments

Color spaces of #a9caec

RGB 169202236
HSL0.580.640.79
HSV210°28°93°
CMYK 0.280.140.00   0.07
XYZ52.623056.732287.5338
Yxy56.73220.26730.2881
Hunter Lab75.3208-7.1020-16.1791
CIE-Lab80.0287-3.3515-20.3999

#a9caec color RGB value is (169,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001010 11101100
Octal 251 312 354
Decimal 169 202 236
Hex A9 CA EC

RGB Percentages of Color #a9caec

%27.84
%33.28
%38.88

CMYK Percentages of Color #a9caec

%28
%14
%0
%7

Triadic Colors of #a9caec

#a9caec #eca9ca #caeca9

Analogous Colors of #a9caec

#a9caec #aaa9ec #a9ecec

Monochromatic Colors of #a9caec

#a9caec

Complementary Color

#a9caec #eccba9

#a9caec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9caec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9caec Color CSS Codes

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

#a9caec Text Font Color

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

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


#a9caec Background Color

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

This div background color is #a9caec


#a9caec Border Color

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

This div border color is #a9caec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9caec


Comments

No comments written yet.

Please login to write comment.