Color Hex Logo

#a9caee Color Hex

#A9CAEE
(169,202,238)
0 Favorites   0 Comments

Color spaces of #a9caee

RGB 169202238
HSL0.590.670.80
HSV211°29°93°
CMYK 0.290.150.00   0.07
XYZ52.915356.849189.0730
Yxy56.84910.26610.2859
Hunter Lab75.3983-6.6740-17.2643
CIE-Lab80.0946-2.8768-21.3700

#a9caee color RGB value is (169,202,238).

#a9caee hex color red value is 169, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a9caee hue: 0.59 , saturation: 0.67 and the lightness value of a9caee is 0.80.

The process color (four color CMYK) of #a9caee color hex is 0.29, 0.15, 0.00, 0.07. Web safe color of #a9caee is #99ccff. Color #a9caee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001010 11101110
Octal 251 312 356
Decimal 169 202 238
Hex A9 CA EE

RGB Percentages of Color #a9caee

%27.75
%33.17
%39.08

CMYK Percentages of Color #a9caee

%29
%15
%0
%7

Triadic Colors of #a9caee

#a9caee #eea9ca #caeea9

Analogous Colors of #a9caee

#a9caee #aba9ee #a9edee

Monochromatic Colors of #a9caee

#a9caee

Complementary Color

#a9caee #eecda9

#a9caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9caee Color CSS Codes

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

#a9caee Text Font Color

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

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


#a9caee Background Color

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

This div background color is #a9caee


#a9caee Border Color

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

This div border color is #a9caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9caee


Comments

No comments written yet.

Please login to write comment.