Color Hex Logo

#c8baab Color Hex

#C8BAAB
(200,186,171)
0 Favorites   0 Comments

Color spaces of #c8baab

RGB 200186171
HSL0.090.210.73
HSV31°15°78°
CMYK 0.000.070.15   0.22
XYZ48.729050.337445.6759
Yxy50.33740.33670.3478
Hunter Lab70.9489-1.563411.4941
CIE-Lab76.27592.43699.3789

#c8baab color RGB value is (200,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111010 10101011
Octal 310 272 253
Decimal 200 186 171
Hex C8 BA AB

RGB Percentages of Color #c8baab

%35.91
%33.39
%30.70

CMYK Percentages of Color #c8baab

%0
%7
%15
%22

Triadic Colors of #c8baab

#c8baab #abc8ba #baabc8

Analogous Colors of #c8baab

#c8baab #c8c8ab #c8acab

Monochromatic Colors of #c8baab

#c8baab

Complementary Color

#c8baab #abb9c8

#c8baab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8baab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8baab Color CSS Codes

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

#c8baab Text Font Color

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

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


#c8baab Background Color

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

This div background color is #c8baab


#c8baab Border Color

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

This div border color is #c8baab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8baab


Comments

No comments written yet.

Please login to write comment.