Color Hex Logo

#a9cabe Color Hex

#A9CABE
(169,202,190)
0 Favorites   0 Comments

Color spaces of #a9cabe

RGB 169202190
HSL0.440.240.73
HSV158°16°79°
CMYK 0.160.000.06   0.21
XYZ46.777054.393856.7488
Yxy54.39380.29620.3444
Hunter Lab73.7522-15.85346.0057
CIE-Lab78.6908-13.38862.3083

#a9cabe color RGB value is (169,202,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001010 10111110
Octal 251 312 276
Decimal 169 202 190
Hex A9 CA BE

RGB Percentages of Color #a9cabe

%30.12
%36.01
%33.87

CMYK Percentages of Color #a9cabe

%16
%0
%6
%21

Triadic Colors of #a9cabe

#a9cabe #bea9ca #cabea9

Analogous Colors of #a9cabe

#a9cabe #a9c6ca #a9caae

Monochromatic Colors of #a9cabe

#a9cabe

Complementary Color

#a9cabe #caa9b5

#a9cabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cabe Color CSS Codes

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

#a9cabe Text Font Color

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

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


#a9cabe Background Color

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

This div background color is #a9cabe


#a9cabe Border Color

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

This div border color is #a9cabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cabe


Comments

No comments written yet.

Please login to write comment.