Color Hex Logo

#a9cafb Color Hex

#A9CAFB
(169,202,251)
0 Favorites   0 Comments

Color spaces of #a9cafb

RGB 169202251
HSL0.600.910.82
HSV216°33°98°
CMYK 0.330.200.00   0.02
XYZ54.895357.641199.4993
Yxy57.64110.25890.2718
Hunter Lab75.9217-3.7984-24.5573
CIE-Lab80.53880.2762-27.6349

#a9cafb color RGB value is (169,202,251).

#a9cafb hex color red value is 169, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a9cafb hue: 0.60 , saturation: 0.91 and the lightness value of a9cafb is 0.82.

The process color (four color CMYK) of #a9cafb color hex is 0.33, 0.20, 0.00, 0.02. Web safe color of #a9cafb is #99ccff. Color #a9cafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001010 11111011
Octal 251 312 373
Decimal 169 202 251
Hex A9 CA FB

RGB Percentages of Color #a9cafb

%27.17
%32.48
%40.35

CMYK Percentages of Color #a9cafb

%33
%20
%0
%2

Triadic Colors of #a9cafb

#a9cafb #fba9ca #cafba9

Analogous Colors of #a9cafb

#a9cafb #b1a9fb #a9f3fb

Monochromatic Colors of #a9cafb

#a9cafb

Complementary Color

#a9cafb #fbdaa9

#a9cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cafb Color CSS Codes

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

#a9cafb Text Font Color

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

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


#a9cafb Background Color

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

This div background color is #a9cafb


#a9cafb Border Color

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

This div border color is #a9cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cafb


Comments

No comments written yet.

Please login to write comment.