Color Hex Logo

#a9caeb Color Hex

#A9CAEB
(169,202,235)
0 Favorites   0 Comments

Color spaces of #a9caeb

RGB 169202235
HSL0.580.620.79
HSV210°28°92°
CMYK 0.280.140.00   0.08
XYZ52.478156.674286.7706
Yxy56.67420.26790.2893
Hunter Lab75.2823-7.3144-15.6403
CIE-Lab79.9960-3.5876-19.9143

#a9caeb color RGB value is (169,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001010 11101011
Octal 251 312 353
Decimal 169 202 235
Hex A9 CA EB

RGB Percentages of Color #a9caeb

%27.89
%33.33
%38.78

CMYK Percentages of Color #a9caeb

%28
%14
%0
%8

Triadic Colors of #a9caeb

#a9caeb #eba9ca #caeba9

Analogous Colors of #a9caeb

#a9caeb #a9a9eb #a9ebeb

Monochromatic Colors of #a9caeb

#a9caeb

Complementary Color

#a9caeb #ebcaa9

#a9caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9caeb Color CSS Codes

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

#a9caeb Text Font Color

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

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


#a9caeb Background Color

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

This div background color is #a9caeb


#a9caeb Border Color

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

This div border color is #a9caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9caeb


Comments

No comments written yet.

Please login to write comment.