Color Hex Logo

#c7aaad Color Hex

#C7AAAD
(199,170,173)
0 Favorites   0 Comments

Color spaces of #c7aaad

RGB 199170173
HSL0.980.210.72
HSV354°15°78°
CMYK 0.000.150.13   0.22
XYZ45.470743.908745.6138
Yxy43.90870.33680.3253
Hunter Lab66.26366.52695.5712
CIE-Lab72.167411.01992.3633

#c7aaad color RGB value is (199,170,173).

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

The process color (four color CMYK) of #c7aaad color hex is 0.00, 0.15, 0.13, 0.22. Web safe color of #c7aaad is #cc9999. Color #c7aaad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101010 10101101
Octal 307 252 255
Decimal 199 170 173
Hex C7 AA AD

RGB Percentages of Color #c7aaad

%36.72
%31.37
%31.92

CMYK Percentages of Color #c7aaad

%0
%15
%13
%22

Triadic Colors of #c7aaad

#c7aaad #adc7aa #aaadc7

Analogous Colors of #c7aaad

#c7aaad #c7b6aa #c7aabc

Monochromatic Colors of #c7aaad

#c7aaad

Complementary Color

#c7aaad #aac7c4

#c7aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7aaad Color CSS Codes

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

#c7aaad Text Font Color

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

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


#c7aaad Background Color

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

This div background color is #c7aaad


#c7aaad Border Color

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

This div border color is #c7aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7aaad


Comments

No comments written yet.

Please login to write comment.