Color Hex Logo

#c0aaad Color Hex

#C0AAAD
(192,170,173)
0 Favorites   0 Comments

Color spaces of #c0aaad

RGB 192170173
HSL0.980.150.71
HSV352°11°75°
CMYK 0.000.110.10   0.25
XYZ43.655842.973045.5289
Yxy42.97300.33030.3252
Hunter Lab65.55384.15364.7091
CIE-Lab71.53668.46521.3686

#c0aaad color RGB value is (192,170,173).

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

The process color (four color CMYK) of #c0aaad color hex is 0.00, 0.11, 0.10, 0.25. Web safe color of #c0aaad is #cc9999. Color #c0aaad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101010 10101101
Octal 300 252 255
Decimal 192 170 173
Hex C0 AA AD

RGB Percentages of Color #c0aaad

%35.89
%31.78
%32.34

CMYK Percentages of Color #c0aaad

%0
%11
%10
%25

Triadic Colors of #c0aaad

#c0aaad #adc0aa #aaadc0

Analogous Colors of #c0aaad

#c0aaad #c0b2aa #c0aab8

Monochromatic Colors of #c0aaad

#c0aaad

Complementary Color

#c0aaad #aac0bd

#c0aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0aaad Color CSS Codes

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

#c0aaad Text Font Color

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

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


#c0aaad Background Color

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

This div background color is #c0aaad


#c0aaad Border Color

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

This div border color is #c0aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0aaad


Comments

No comments written yet.

Please login to write comment.