Color Hex Logo

#c2b3ba Color Hex

#C2B3BA
(194,179,186)
0 Favorites   0 Comments

Color spaces of #c2b3ba

RGB 194179186
HSL0.920.110.73
HSV332°76°
CMYK 0.000.080.04   0.24
XYZ47.231247.254753.0861
Yxy47.25470.32010.3202
Hunter Lab68.74212.34502.3327
CIE-Lab74.35246.5850-1.6317

#c2b3ba color RGB value is (194,179,186).

#c2b3ba hex color red value is 194, green value is 179 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c2b3ba hue: 0.92 , saturation: 0.11 and the lightness value of c2b3ba is 0.73.

The process color (four color CMYK) of #c2b3ba color hex is 0.00, 0.08, 0.04, 0.24. Web safe color of #c2b3ba is #cccccc. Color #c2b3ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10110011 10111010
Octal 302 263 272
Decimal 194 179 186
Hex C2 B3 BA

RGB Percentages of Color #c2b3ba

%34.70
%32.02
%33.27

CMYK Percentages of Color #c2b3ba

%0
%8
%4
%24

Triadic Colors of #c2b3ba

#c2b3ba #bac2b3 #b3bac2

Analogous Colors of #c2b3ba

#c2b3ba #c2b4b3 #c2b3c2

Monochromatic Colors of #c2b3ba

#c2b3ba

Complementary Color

#c2b3ba #b3c2bb

#c2b3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2b3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2b3ba Color CSS Codes

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

#c2b3ba Text Font Color

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

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


#c2b3ba Background Color

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

This div background color is #c2b3ba


#c2b3ba Border Color

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

This div border color is #c2b3ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2b3ba


Comments

No comments written yet.

Please login to write comment.