Color Hex Logo

#c2bdab Color Hex

#C2BDAB
(194,189,171)
0 Favorites   0 Comments

Color spaces of #c2bdab

RGB 194189171
HSL0.130.160.72
HSV47°12°76°
CMYK 0.000.030.12   0.24
XYZ47.796450.804845.8152
Yxy50.80480.33100.3518
Hunter Lab71.2775-5.039211.7843
CIE-Lab76.5606-1.35979.7178

#c2bdab color RGB value is (194,189,171).

#c2bdab hex color red value is 194, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c2bdab hue: 0.13 , saturation: 0.16 and the lightness value of c2bdab is 0.72.

The process color (four color CMYK) of #c2bdab color hex is 0.00, 0.03, 0.12, 0.24. Web safe color of #c2bdab is #cccc99. Color #c2bdab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111101 10101011
Octal 302 275 253
Decimal 194 189 171
Hex C2 BD AB

RGB Percentages of Color #c2bdab

%35.02
%34.12
%30.87

CMYK Percentages of Color #c2bdab

%0
%3
%12
%24

Triadic Colors of #c2bdab

#c2bdab #abc2bd #bdabc2

Analogous Colors of #c2bdab

#c2bdab #bcc2ab #c2b2ab

Monochromatic Colors of #c2bdab

#c2bdab

Complementary Color

#c2bdab #abb0c2

#c2bdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bdab Color CSS Codes

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

#c2bdab Text Font Color

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

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


#c2bdab Background Color

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

This div background color is #c2bdab


#c2bdab Border Color

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

This div border color is #c2bdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bdab


Comments

No comments written yet.

Please login to write comment.