Color Hex Logo

#c6abb9 Color Hex

#C6ABB9
(198,171,185)
0 Favorites   0 Comments

Color spaces of #c6abb9

RGB 198171185
HSL0.910.190.72
HSV329°14°78°
CMYK 0.000.140.07   0.22
XYZ46.608644.634452.0577
Yxy44.63440.32530.3115
Hunter Lab66.80907.61300.5674
CIE-Lab72.650512.1728-3.5429

#c6abb9 color RGB value is (198,171,185).

#c6abb9 hex color red value is 198, green value is 171 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #c6abb9 hue: 0.91 , saturation: 0.19 and the lightness value of c6abb9 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101011 10111001
Octal 306 253 271
Decimal 198 171 185
Hex C6 AB B9

RGB Percentages of Color #c6abb9

%35.74
%30.87
%33.39

CMYK Percentages of Color #c6abb9

%0
%14
%7
%22

Triadic Colors of #c6abb9

#c6abb9 #b9c6ab #abb9c6

Analogous Colors of #c6abb9

#c6abb9 #c6abac #c6abc6

Monochromatic Colors of #c6abb9

#c6abb9

Complementary Color

#c6abb9 #abc6b8

#c6abb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6abb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6abb9 Color CSS Codes

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

#c6abb9 Text Font Color

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

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


#c6abb9 Background Color

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

This div background color is #c6abb9


#c6abb9 Border Color

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

This div border color is #c6abb9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,171,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6abb9


Comments

No comments written yet.

Please login to write comment.