Color Hex Logo

#c7bdac Color Hex

#C7BDAC
(199,189,172)
0 Favorites   0 Comments

Color spaces of #c7bdac

RGB 199189172
HSL0.100.190.73
HSV38°14°78°
CMYK 0.000.050.14   0.22
XYZ49.197251.515946.3803
Yxy51.51590.33450.3502
Hunter Lab71.7746-3.254411.9294
CIE-Lab76.99050.63459.8453

#c7bdac color RGB value is (199,189,172).

#c7bdac hex color red value is 199, green value is 189 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c7bdac hue: 0.10 , saturation: 0.19 and the lightness value of c7bdac is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111101 10101100
Octal 307 275 254
Decimal 199 189 172
Hex C7 BD AC

RGB Percentages of Color #c7bdac

%35.54
%33.75
%30.71

CMYK Percentages of Color #c7bdac

%0
%5
%14
%22

Triadic Colors of #c7bdac

#c7bdac #acc7bd #bdacc7

Analogous Colors of #c7bdac

#c7bdac #c4c7ac #c7b0ac

Monochromatic Colors of #c7bdac

#c7bdac

Complementary Color

#c7bdac #acb6c7

#c7bdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bdac Color CSS Codes

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

#c7bdac Text Font Color

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

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


#c7bdac Background Color

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

This div background color is #c7bdac


#c7bdac Border Color

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

This div border color is #c7bdac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,189,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 #c7bdac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bdac

#c7bdac Color Palettes


Comments

No comments written yet.

Please login to write comment.