Color Hex Logo

#c7bdab Color Hex

#C7BDAB
(199,189,171)
0 Favorites   0 Comments

Color spaces of #c7bdab

RGB 199189171
HSL0.110.200.73
HSV39°14°78°
CMYK 0.000.050.14   0.22
XYZ49.101551.477645.8763
Yxy51.47760.33530.3515
Hunter Lab71.7479-3.400312.3129
CIE-Lab76.96740.473310.3526

#c7bdab color RGB value is (199,189,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111101 10101011
Octal 307 275 253
Decimal 199 189 171
Hex C7 BD AB

RGB Percentages of Color #c7bdab

%35.60
%33.81
%30.59

CMYK Percentages of Color #c7bdab

%0
%5
%14
%22

Triadic Colors of #c7bdab

#c7bdab #abc7bd #bdabc7

Analogous Colors of #c7bdab

#c7bdab #c3c7ab #c7afab

Monochromatic Colors of #c7bdab

#c7bdab

Complementary Color

#c7bdab #abb5c7

#c7bdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bdab Color CSS Codes

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

#c7bdab Text Font Color

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

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


#c7bdab Background Color

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

This div background color is #c7bdab


#c7bdab Border Color

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

This div border color is #c7bdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bdab


Comments

No comments written yet.

Please login to write comment.