Color Hex Logo

#c6bdaa Color Hex

#C6BDAA
(198,189,170)
0 Favorites   0 Comments

Color spaces of #c6bdaa

RGB 198189170
HSL0.110.200.72
HSV41°14°78°
CMYK 0.000.050.14   0.22
XYZ48.742051.303245.3637
Yxy51.30320.33520.3528
Hunter Lab71.6263-3.875912.5877
CIE-Lab76.8623-0.055110.7319

#c6bdaa color RGB value is (198,189,170).

#c6bdaa hex color red value is 198, green value is 189 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c6bdaa hue: 0.11 , saturation: 0.20 and the lightness value of c6bdaa is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111101 10101010
Octal 306 275 252
Decimal 198 189 170
Hex C6 BD AA

RGB Percentages of Color #c6bdaa

%35.55
%33.93
%30.52

CMYK Percentages of Color #c6bdaa

%0
%5
%14
%22

Triadic Colors of #c6bdaa

#c6bdaa #aac6bd #bdaac6

Analogous Colors of #c6bdaa

#c6bdaa #c1c6aa #c6afaa

Monochromatic Colors of #c6bdaa

#c6bdaa

Complementary Color

#c6bdaa #aab3c6

#c6bdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bdaa Color CSS Codes

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

#c6bdaa Text Font Color

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

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


#c6bdaa Background Color

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

This div background color is #c6bdaa


#c6bdaa Border Color

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

This div border color is #c6bdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bdaa


Comments

No comments written yet.

Please login to write comment.