Color Hex Logo

#c8ac84 Color Hex

#C8AC84
(200,172,132)
0 Favorites   0 Comments

Color spaces of #c8ac84

RGB 200172132
HSL0.100.380.65
HSV35°34°78°
CMYK 0.000.140.34   0.22
XYZ42.736843.450427.9641
Yxy43.45040.37440.3806
Hunter Lab65.91690.374720.9891
CIE-Lab71.85964.346924.3534

#c8ac84 color RGB value is (200,172,132).

#c8ac84 hex color red value is 200, green value is 172 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c8ac84 hue: 0.10 , saturation: 0.38 and the lightness value of c8ac84 is 0.65.

The process color (four color CMYK) of #c8ac84 color hex is 0.00, 0.14, 0.34, 0.22. Web safe color of #c8ac84 is #cc9999. Color #c8ac84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101100 10000100
Octal 310 254 204
Decimal 200 172 132
Hex C8 AC 84

RGB Percentages of Color #c8ac84

%39.68
%34.13
%26.19

CMYK Percentages of Color #c8ac84

%0
%14
%34
%22

Triadic Colors of #c8ac84

#c8ac84 #84c8ac #ac84c8

Analogous Colors of #c8ac84

#c8ac84 #c2c884 #c88a84

Monochromatic Colors of #c8ac84

#c8ac84

Complementary Color

#c8ac84 #84a0c8

#c8ac84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ac84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ac84 Color CSS Codes

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

#c8ac84 Text Font Color

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

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


#c8ac84 Background Color

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

This div background color is #c8ac84


#c8ac84 Border Color

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

This div border color is #c8ac84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ac84


Comments

No comments written yet.

Please login to write comment.