Color Hex Logo

#c4cbbf Color Hex

#C4CBBF
(196,203,191)
0 Favorites   0 Comments

Color spaces of #c4cbbf

RGB 196203191
HSL0.260.100.77
HSV95°80°
CMYK 0.030.000.06   0.20
XYZ53.524958.209257.7047
Yxy58.20920.31590.3435
Hunter Lab76.2950-8.28918.5632
CIE-Lab80.8550-4.58065.1409

#c4cbbf color RGB value is (196,203,191).

#c4cbbf hex color red value is 196, green value is 203 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c4cbbf hue: 0.26 , saturation: 0.10 and the lightness value of c4cbbf is 0.77.

The process color (four color CMYK) of #c4cbbf color hex is 0.03, 0.00, 0.06, 0.20. Web safe color of #c4cbbf is #cccccc. Color #c4cbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001011 10111111
Octal 304 313 277
Decimal 196 203 191
Hex C4 CB BF

RGB Percentages of Color #c4cbbf

%33.22
%34.41
%32.37

CMYK Percentages of Color #c4cbbf

%3
%0
%6
%20

Triadic Colors of #c4cbbf

#c4cbbf #bfc4cb #cbbfc4

Analogous Colors of #c4cbbf

#c4cbbf #bfcbc0 #cacbbf

Monochromatic Colors of #c4cbbf

#c4cbbf

Complementary Color

#c4cbbf #c6bfcb

#c4cbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cbbf Color CSS Codes

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

#c4cbbf Text Font Color

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

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


#c4cbbf Background Color

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

This div background color is #c4cbbf


#c4cbbf Border Color

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

This div border color is #c4cbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cbbf


Comments

No comments written yet.

Please login to write comment.