Color Hex Logo

#a9c3cb Color Hex

#A9C3CB
(169,195,203)
0 Favorites   0 Comments

Color spaces of #a9c3cb

RGB 169195203
HSL0.540.250.73
HSV194°17°80°
CMYK 0.170.040.00   0.20
XYZ46.656851.777064.0348
Yxy51.77700.28720.3187
Hunter Lab71.9562-10.1831-2.3936
CIE-Lab77.1473-7.0740-6.9657

#a9c3cb color RGB value is (169,195,203).

#a9c3cb hex color red value is 169, green value is 195 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a9c3cb hue: 0.54 , saturation: 0.25 and the lightness value of a9c3cb is 0.73.

The process color (four color CMYK) of #a9c3cb color hex is 0.17, 0.04, 0.00, 0.20. Web safe color of #a9c3cb is #99cccc. Color #a9c3cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11000011 11001011
Octal 251 303 313
Decimal 169 195 203
Hex A9 C3 CB

RGB Percentages of Color #a9c3cb

%29.81
%34.39
%35.80

CMYK Percentages of Color #a9c3cb

%17
%4
%0
%20

Triadic Colors of #a9c3cb

#a9c3cb #cba9c3 #c3cba9

Analogous Colors of #a9c3cb

#a9c3cb #a9b2cb #a9cbc2

Monochromatic Colors of #a9c3cb

#a9c3cb

Complementary Color

#a9c3cb #cbb1a9

#a9c3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9c3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9c3cb Color CSS Codes

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

#a9c3cb Text Font Color

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

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


#a9c3cb Background Color

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

This div background color is #a9c3cb


#a9c3cb Border Color

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

This div border color is #a9c3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9c3cb

#a9c3cb Color Palettes


Comments

No comments written yet.

Please login to write comment.