Color Hex Logo

#c8baac Color Hex

#C8BAAC
(200,186,172)
0 Favorites   0 Comments

Color spaces of #c8baac

RGB 200186172
HSL0.080.200.73
HSV30°14°78°
CMYK 0.000.070.14   0.22
XYZ48.824750.375746.1799
Yxy50.37570.33580.3465
Hunter Lab70.9758-1.416511.1065
CIE-Lab76.29932.59798.8706

#c8baac color RGB value is (200,186,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111010 10101100
Octal 310 272 254
Decimal 200 186 172
Hex C8 BA AC

RGB Percentages of Color #c8baac

%35.84
%33.33
%30.82

CMYK Percentages of Color #c8baac

%0
%7
%14
%22

Triadic Colors of #c8baac

#c8baac #acc8ba #baacc8

Analogous Colors of #c8baac

#c8baac #c8c8ac #c8acac

Monochromatic Colors of #c8baac

#c8baac

Complementary Color

#c8baac #acbac8

#c8baac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8baac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8baac Color CSS Codes

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

#c8baac Text Font Color

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

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


#c8baac Background Color

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

This div background color is #c8baac


#c8baac Border Color

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

This div border color is #c8baac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8baac


Comments

No comments written yet.

Please login to write comment.