Color Hex Logo

#c8acbd Color Hex

#C8ACBD
(200,172,189)
0 Favorites   0 Comments

Color spaces of #c8acbd

RGB 200172189
HSL0.900.200.73
HSV324°14°78°
CMYK 0.000.140.05   0.22
XYZ47.757245.458554.4014
Yxy45.45850.32350.3079
Hunter Lab67.42298.4455-0.6432
CIE-Lab73.192813.0481-4.9205

#c8acbd color RGB value is (200,172,189).

#c8acbd hex color red value is 200, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c8acbd hue: 0.90 , saturation: 0.20 and the lightness value of c8acbd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101100 10111101
Octal 310 254 275
Decimal 200 172 189
Hex C8 AC BD

RGB Percentages of Color #c8acbd

%35.65
%30.66
%33.69

CMYK Percentages of Color #c8acbd

%0
%14
%5
%22

Triadic Colors of #c8acbd

#c8acbd #bdc8ac #acbdc8

Analogous Colors of #c8acbd

#c8acbd #c8acaf #c5acc8

Monochromatic Colors of #c8acbd

#c8acbd

Complementary Color

#c8acbd #acc8b7

#c8acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8acbd Color CSS Codes

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

#c8acbd Text Font Color

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

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


#c8acbd Background Color

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

This div background color is #c8acbd


#c8acbd Border Color

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

This div border color is #c8acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8acbd

#c8acbd Color Palettes


Comments

No comments written yet.

Please login to write comment.