Color Hex Logo

#a9caca Color Hex

#A9CACA
(169,202,202)
0 Favorites   0 Comments

Color spaces of #a9caca

RGB 169202202
HSL0.500.240.73
HSV180°16°79°
CMYK 0.160.000.00   0.21
XYZ48.143454.940363.9442
Yxy54.94030.28820.3289
Hunter Lab74.1217-13.77400.7362
CIE-Lab79.0069-10.9440-3.6805

#a9caca color RGB value is (169,202,202).

#a9caca hex color red value is 169, green value is 202 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a9caca hue: 0.50 , saturation: 0.24 and the lightness value of a9caca is 0.73.

The process color (four color CMYK) of #a9caca color hex is 0.16, 0.00, 0.00, 0.21. Web safe color of #a9caca is #99cccc. Color #a9caca contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #a9caca

%29.49
%35.25
%35.25

CMYK Percentages of Color #a9caca

%16
%0
%0
%21

Triadic Colors of #a9caca

#a9caca #caa9ca #cacaa9

Analogous Colors of #a9caca

#a9caca #a9baca #a9caba

Monochromatic Colors of #a9caca

#a9caca

Complementary Color

#a9caca #caa9a9

#a9caca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9caca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9caca Color CSS Codes

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

#a9caca Text Font Color

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

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


#a9caca Background Color

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

This div background color is #a9caca


#a9caca Border Color

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

This div border color is #a9caca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9caca


Comments

No comments written yet.

Please login to write comment.