Color Hex Logo

#a9c1be Color Hex

#A9C1BE
(169,193,190)
0 Favorites   0 Comments

Color spaces of #a9c1be

RGB 169193190
HSL0.480.160.71
HSV173°12°76°
CMYK 0.120.000.02   0.24
XYZ44.726450.292756.0653
Yxy50.29270.29600.3329
Hunter Lab70.9173-11.52842.7691
CIE-Lab76.2486-8.7167-1.2536

#a9c1be color RGB value is (169,193,190).

#a9c1be hex color red value is 169, green value is 193 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a9c1be hue: 0.48 , saturation: 0.16 and the lightness value of a9c1be is 0.71.

The process color (four color CMYK) of #a9c1be color hex is 0.12, 0.00, 0.02, 0.24. Web safe color of #a9c1be is #99cccc. Color #a9c1be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11000001 10111110
Octal 251 301 276
Decimal 169 193 190
Hex A9 C1 BE

RGB Percentages of Color #a9c1be

%30.62
%34.96
%34.42

CMYK Percentages of Color #a9c1be

%12
%0
%2
%24

Triadic Colors of #a9c1be

#a9c1be #bea9c1 #c1bea9

Analogous Colors of #a9c1be

#a9c1be #a9b8c1 #a9c1b2

Monochromatic Colors of #a9c1be

#a9c1be

Complementary Color

#a9c1be #c1a9ac

#a9c1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9c1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9c1be Color CSS Codes

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

#a9c1be Text Font Color

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

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


#a9c1be Background Color

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

This div background color is #a9c1be


#a9c1be Border Color

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

This div border color is #a9c1be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,193,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 #a9c1be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9c1be


Comments

No comments written yet.

Please login to write comment.