Color Hex Logo

#c4acbf Color Hex

#C4ACBF
(196,172,191)
0 Favorites   0 Comments

Color spaces of #c4acbf

RGB 196172191
HSL0.870.170.72
HSV313°12°77°
CMYK 0.000.120.03   0.23
XYZ46.921445.002455.5035
Yxy45.00240.31830.3053
Hunter Lab67.08387.4541-2.0964
CIE-Lab72.893512.0056-6.5010

#c4acbf color RGB value is (196,172,191).

#c4acbf hex color red value is 196, green value is 172 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c4acbf hue: 0.87 , saturation: 0.17 and the lightness value of c4acbf is 0.72.

The process color (four color CMYK) of #c4acbf color hex is 0.00, 0.12, 0.03, 0.23. Web safe color of #c4acbf is #cc99cc. Color #c4acbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101100 10111111
Octal 304 254 277
Decimal 196 172 191
Hex C4 AC BF

RGB Percentages of Color #c4acbf

%35.06
%30.77
%34.17

CMYK Percentages of Color #c4acbf

%0
%12
%3
%23

Triadic Colors of #c4acbf

#c4acbf #bfc4ac #acbfc4

Analogous Colors of #c4acbf

#c4acbf #c4acb3 #bdacc4

Monochromatic Colors of #c4acbf

#c4acbf

Complementary Color

#c4acbf #acc4b1

#c4acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4acbf Color CSS Codes

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

#c4acbf Text Font Color

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

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


#c4acbf Background Color

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

This div background color is #c4acbf


#c4acbf Border Color

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

This div border color is #c4acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4acbf


Comments

No comments written yet.

Please login to write comment.