Color Hex Logo

#c4bbc2 Color Hex

#C4BBC2
(196,187,194)
0 Favorites   0 Comments

Color spaces of #c4bbc2

RGB 196187194
HSL0.870.070.75
HSV313°77°
CMYK 0.000.050.01   0.23
XYZ50.272951.171558.2663
Yxy51.17150.31480.3204
Hunter Lab71.53430.26141.7809
CIE-Lab76.78284.4345-2.4034

#c4bbc2 color RGB value is (196,187,194).

#c4bbc2 hex color red value is 196, green value is 187 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #c4bbc2 hue: 0.87 , saturation: 0.07 and the lightness value of c4bbc2 is 0.75.

The process color (four color CMYK) of #c4bbc2 color hex is 0.00, 0.05, 0.01, 0.23. Web safe color of #c4bbc2 is #cccccc. Color #c4bbc2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111011 11000010
Octal 304 273 302
Decimal 196 187 194
Hex C4 BB C2

RGB Percentages of Color #c4bbc2

%33.97
%32.41
%33.62

CMYK Percentages of Color #c4bbc2

%0
%5
%1
%23

Triadic Colors of #c4bbc2

#c4bbc2 #c2c4bb #bbc2c4

Analogous Colors of #c4bbc2

#c4bbc2 #c4bbbe #c2bbc4

Monochromatic Colors of #c4bbc2

#c4bbc2

Complementary Color

#c4bbc2 #bbc4bd

#c4bbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bbc2 Color CSS Codes

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

#c4bbc2 Text Font Color

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

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


#c4bbc2 Background Color

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

This div background color is #c4bbc2


#c4bbc2 Border Color

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

This div border color is #c4bbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bbc2


Comments

No comments written yet.

Please login to write comment.