Color Hex Logo

#c1aaad Color Hex

#C1AAAD
(193,170,173)
0 Favorites   0 Comments

Color spaces of #c1aaad

RGB 193170173
HSL0.980.160.71
HSV352°12°76°
CMYK 0.000.120.10   0.24
XYZ43.909943.104045.5408
Yxy43.10400.33130.3252
Hunter Lab65.65364.48904.8309
CIE-Lab71.62558.82931.5088

#c1aaad color RGB value is (193,170,173).

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

The process color (four color CMYK) of #c1aaad color hex is 0.00, 0.12, 0.10, 0.24. Web safe color of #c1aaad is #cc9999. Color #c1aaad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101010 10101101
Octal 301 252 255
Decimal 193 170 173
Hex C1 AA AD

RGB Percentages of Color #c1aaad

%36.01
%31.72
%32.28

CMYK Percentages of Color #c1aaad

%0
%12
%10
%24

Triadic Colors of #c1aaad

#c1aaad #adc1aa #aaadc1

Analogous Colors of #c1aaad

#c1aaad #c1b3aa #c1aab9

Monochromatic Colors of #c1aaad

#c1aaad

Complementary Color

#c1aaad #aac1be

#c1aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1aaad Color CSS Codes

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

#c1aaad Text Font Color

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

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


#c1aaad Background Color

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

This div background color is #c1aaad


#c1aaad Border Color

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

This div border color is #c1aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1aaad


Comments

No comments written yet.

Please login to write comment.