Color Hex Logo

#c9acbb Color Hex

#C9ACBB
(201,172,187)
0 Favorites   0 Comments

Color spaces of #c9acbb

RGB 201172187
HSL0.910.210.73
HSV329°14°79°
CMYK 0.000.140.07   0.21
XYZ47.809645.510453.2783
Yxy45.51040.32610.3104
Hunter Lab67.46148.44470.3981
CIE-Lab73.226713.0472-3.7623

#c9acbb color RGB value is (201,172,187).

#c9acbb hex color red value is 201, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c9acbb hue: 0.91 , saturation: 0.21 and the lightness value of c9acbb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101100 10111011
Octal 311 254 273
Decimal 201 172 187
Hex C9 AC BB

RGB Percentages of Color #c9acbb

%35.89
%30.71
%33.39

CMYK Percentages of Color #c9acbb

%0
%14
%7
%21

Triadic Colors of #c9acbb

#c9acbb #bbc9ac #acbbc9

Analogous Colors of #c9acbb

#c9acbb #c9acad #c9acc9

Monochromatic Colors of #c9acbb

#c9acbb

Complementary Color

#c9acbb #acc9ba

#c9acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9acbb Color CSS Codes

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

#c9acbb Text Font Color

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

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


#c9acbb Background Color

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

This div background color is #c9acbb


#c9acbb Border Color

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

This div border color is #c9acbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,172,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9acbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9acbb;
  -webkit-box-shadow: 1px 1px 3px 2px #c9acbb;
  box-shadow:         1px 1px 3px 2px #c9acbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,172,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9acbb


Comments

No comments written yet.

Please login to write comment.