Color Hex Logo

#c6aabc Color Hex

#C6AABC
(198,170,188)
0 Favorites   0 Comments

Color spaces of #c6aabc

RGB 198170188
HSL0.890.200.72
HSV321°14°78°
CMYK 0.000.140.05   0.22
XYZ46.740544.386153.6808
Yxy44.38610.32280.3065
Hunter Lab66.62298.6398-1.1364
CIE-Lab72.485813.2543-5.4355

#c6aabc color RGB value is (198,170,188).

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

The process color (four color CMYK) of #c6aabc color hex is 0.00, 0.14, 0.05, 0.22. Web safe color of #c6aabc is #cc99cc. Color #c6aabc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101010 10111100
Octal 306 252 274
Decimal 198 170 188
Hex C6 AA BC

RGB Percentages of Color #c6aabc

%35.61
%30.58
%33.81

CMYK Percentages of Color #c6aabc

%0
%14
%5
%22

Triadic Colors of #c6aabc

#c6aabc #bcc6aa #aabcc6

Analogous Colors of #c6aabc

#c6aabc #c6aaae #c2aac6

Monochromatic Colors of #c6aabc

#c6aabc

Complementary Color

#c6aabc #aac6b4

#c6aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6aabc Color CSS Codes

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

#c6aabc Text Font Color

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

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


#c6aabc Background Color

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

This div background color is #c6aabc


#c6aabc Border Color

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

This div border color is #c6aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6aabc


Comments

No comments written yet.

Please login to write comment.