Color Hex Logo

#c4c4cb Color Hex

#C4C4CB
(196,196,203)
0 Favorites   0 Comments

Color spaces of #c4c4cb

RGB 196196203
HSL0.670.060.78
HSV240°80°
CMYK 0.030.030.00   0.20
XYZ53.284455.527464.4094
Yxy55.52740.30760.3206
Hunter Lab74.5167-2.76490.9137
CIE-Lab79.34411.3125-3.5042

#c4c4cb color RGB value is (196,196,203).

#c4c4cb hex color red value is 196, green value is 196 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c4c4cb hue: 0.67 , saturation: 0.06 and the lightness value of c4c4cb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11000100 11001011
Octal 304 304 313
Decimal 196 196 203
Hex C4 C4 CB

RGB Percentages of Color #c4c4cb

%32.94
%32.94
%34.12

CMYK Percentages of Color #c4c4cb

%3
%3
%0
%20

Triadic Colors of #c4c4cb

#c4c4cb #cbc4c4 #c4cbc4

Analogous Colors of #c4c4cb

#c4c4cb #c8c4cb #c4c8cb

Monochromatic Colors of #c4c4cb

#c4c4cb

Complementary Color

#c4c4cb #cbcbc4

#c4c4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4c4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4c4cb Color CSS Codes

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

#c4c4cb Text Font Color

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

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


#c4c4cb Background Color

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

This div background color is #c4c4cb


#c4c4cb Border Color

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

This div border color is #c4c4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4c4cb


Comments

No comments written yet.

Please login to write comment.