Color Hex Logo

#c4c6be Color Hex

#C4C6BE
(196,198,190)
0 Favorites   0 Comments

Color spaces of #c4c6be

RGB 196198190
HSL0.210.070.76
HSV75°78°
CMYK 0.010.000.04   0.22
XYZ52.253355.841656.7397
Yxy55.84160.31700.3388
Hunter Lab74.7272-5.95597.2907
CIE-Lab79.5236-2.13793.7528

#c4c6be color RGB value is (196,198,190).

#c4c6be hex color red value is 196, green value is 198 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c4c6be hue: 0.21 , saturation: 0.07 and the lightness value of c4c6be is 0.76.

The process color (four color CMYK) of #c4c6be color hex is 0.01, 0.00, 0.04, 0.22. Web safe color of #c4c6be is #cccccc. Color #c4c6be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11000110 10111110
Octal 304 306 276
Decimal 196 198 190
Hex C4 C6 BE

RGB Percentages of Color #c4c6be

%33.56
%33.90
%32.53

CMYK Percentages of Color #c4c6be

%1
%0
%4
%22

Triadic Colors of #c4c6be

#c4c6be #bec4c6 #c6bec4

Analogous Colors of #c4c6be

#c4c6be #c0c6be #c6c4be

Monochromatic Colors of #c4c6be

#c4c6be

Complementary Color

#c4c6be #c0bec6

#c4c6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4c6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4c6be Color CSS Codes

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

#c4c6be Text Font Color

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

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


#c4c6be Background Color

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

This div background color is #c4c6be


#c4c6be Border Color

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

This div border color is #c4c6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4c6be


Comments

No comments written yet.

Please login to write comment.