Color Hex Logo

#c4c8bb Color Hex

#C4C8BB
(196,200,187)
0 Favorites   0 Comments

Color spaces of #c4c8bb

RGB 196200187
HSL0.220.110.76
HSV78°78°
CMYK 0.020.000.07   0.22
XYZ52.388956.632255.1836
Yxy56.63220.31900.3449
Hunter Lab75.2544-7.43109.2010
CIE-Lab79.9723-3.71796.0113

#c4c8bb color RGB value is (196,200,187).

#c4c8bb hex color red value is 196, green value is 200 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c4c8bb hue: 0.22 , saturation: 0.11 and the lightness value of c4c8bb is 0.76.

The process color (four color CMYK) of #c4c8bb color hex is 0.02, 0.00, 0.07, 0.22. Web safe color of #c4c8bb is #cccccc. Color #c4c8bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001000 10111011
Octal 304 310 273
Decimal 196 200 187
Hex C4 C8 BB

RGB Percentages of Color #c4c8bb

%33.62
%34.31
%32.08

CMYK Percentages of Color #c4c8bb

%2
%0
%7
%22

Triadic Colors of #c4c8bb

#c4c8bb #bbc4c8 #c8bbc4

Analogous Colors of #c4c8bb

#c4c8bb #bec8bb #c8c6bb

Monochromatic Colors of #c4c8bb

#c4c8bb

Complementary Color

#c4c8bb #bfbbc8

#c4c8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4c8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4c8bb Color CSS Codes

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

#c4c8bb Text Font Color

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

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


#c4c8bb Background Color

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

This div background color is #c4c8bb


#c4c8bb Border Color

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

This div border color is #c4c8bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4c8bb


Comments

No comments written yet.

Please login to write comment.