Color Hex Logo

#a9cabd Color Hex

#A9CABD
(169,202,189)
0 Favorites   0 Comments

Color spaces of #a9cabd

RGB 169202189
HSL0.430.240.73
HSV156°16°79°
CMYK 0.160.000.06   0.21
XYZ46.668054.350256.1751
Yxy54.35020.29690.3458
Hunter Lab73.7226-16.02026.4280
CIE-Lab78.6655-13.58642.8089

#a9cabd color RGB value is (169,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001010 10111101
Octal 251 312 275
Decimal 169 202 189
Hex A9 CA BD

RGB Percentages of Color #a9cabd

%30.18
%36.07
%33.75

CMYK Percentages of Color #a9cabd

%16
%0
%6
%21

Triadic Colors of #a9cabd

#a9cabd #bda9ca #cabda9

Analogous Colors of #a9cabd

#a9cabd #a9c7ca #a9caad

Monochromatic Colors of #a9cabd

#a9cabd

Complementary Color

#a9cabd #caa9b6

#a9cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cabd Color CSS Codes

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

#a9cabd Text Font Color

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

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


#a9cabd Background Color

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

This div background color is #a9cabd


#a9cabd Border Color

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

This div border color is #a9cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cabd


Comments

No comments written yet.

Please login to write comment.