Color Hex Logo

#c2bfad Color Hex

#C2BFAD
(194,191,173)
0 Favorites   0 Comments

Color spaces of #c2bfad

RGB 194191173
HSL0.140.150.72
HSV51°11°76°
CMYK 0.000.020.11   0.24
XYZ48.421851.748146.9714
Yxy51.74810.32910.3517
Hunter Lab71.9362-5.736011.6413
CIE-Lab77.1300-2.08729.4492

#c2bfad color RGB value is (194,191,173).

#c2bfad hex color red value is 194, green value is 191 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c2bfad hue: 0.14 , saturation: 0.15 and the lightness value of c2bfad is 0.72.

The process color (four color CMYK) of #c2bfad color hex is 0.00, 0.02, 0.11, 0.24. Web safe color of #c2bfad is #cccc99. Color #c2bfad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111111 10101101
Octal 302 277 255
Decimal 194 191 173
Hex C2 BF AD

RGB Percentages of Color #c2bfad

%34.77
%34.23
%31.00

CMYK Percentages of Color #c2bfad

%0
%2
%11
%24

Triadic Colors of #c2bfad

#c2bfad #adc2bf #bfadc2

Analogous Colors of #c2bfad

#c2bfad #bbc2ad #c2b5ad

Monochromatic Colors of #c2bfad

#c2bfad

Complementary Color

#c2bfad #adb0c2

#c2bfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bfad Color CSS Codes

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

#c2bfad Text Font Color

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

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


#c2bfad Background Color

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

This div background color is #c2bfad


#c2bfad Border Color

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

This div border color is #c2bfad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,191,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bfad

#c2bfad Color Palettes


Comments

No comments written yet.

Please login to write comment.