Color Hex Logo

#c7aabc Color Hex

#C7AABC
(199,170,188)
0 Favorites   0 Comments

Color spaces of #c7aabc

RGB 199170188
HSL0.900.210.72
HSV323°15°78°
CMYK 0.000.150.06   0.22
XYZ47.005044.522453.6932
Yxy44.52240.32370.3066
Hunter Lab66.72518.9767-1.0026
CIE-Lab72.576313.6073-5.2917

#c7aabc color RGB value is (199,170,188).

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

The process color (four color CMYK) of #c7aabc color hex is 0.00, 0.15, 0.06, 0.22. Web safe color of #c7aabc is #cc99cc. Color #c7aabc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101010 10111100
Octal 307 252 274
Decimal 199 170 188
Hex C7 AA BC

RGB Percentages of Color #c7aabc

%35.73
%30.52
%33.75

CMYK Percentages of Color #c7aabc

%0
%15
%6
%22

Triadic Colors of #c7aabc

#c7aabc #bcc7aa #aabcc7

Analogous Colors of #c7aabc

#c7aabc #c7aaae #c4aac7

Monochromatic Colors of #c7aabc

#c7aabc

Complementary Color

#c7aabc #aac7b5

#c7aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7aabc Color CSS Codes

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

#c7aabc Text Font Color

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

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


#c7aabc Background Color

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

This div background color is #c7aabc


#c7aabc Border Color

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

This div border color is #c7aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7aabc


Comments

No comments written yet.

Please login to write comment.