Color Hex Logo

#c4cecc Color Hex

#C4CECC
(196,206,204)
0 Favorites   0 Comments

Color spaces of #c4cecc

RGB 196206204
HSL0.470.090.79
HSV168°81°
CMYK 0.050.000.01   0.19
XYZ55.735360.238065.8163
Yxy60.23800.30660.3314
Hunter Lab77.6131-7.63924.0510
CIE-Lab81.9674-3.7682-0.1949

#c4cecc color RGB value is (196,206,204).

#c4cecc hex color red value is 196, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c4cecc hue: 0.47 , saturation: 0.09 and the lightness value of c4cecc is 0.79.

The process color (four color CMYK) of #c4cecc color hex is 0.05, 0.00, 0.01, 0.19. Web safe color of #c4cecc is #cccccc. Color #c4cecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001110 11001100
Octal 304 316 314
Decimal 196 206 204
Hex C4 CE CC

RGB Percentages of Color #c4cecc

%32.34
%33.99
%33.66

CMYK Percentages of Color #c4cecc

%5
%0
%1
%19

Triadic Colors of #c4cecc

#c4cecc #ccc4ce #ceccc4

Analogous Colors of #c4cecc

#c4cecc #c4cbce #c4cec7

Monochromatic Colors of #c4cecc

#c4cecc

Complementary Color

#c4cecc #cec4c6

#c4cecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cecc Color CSS Codes

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

#c4cecc Text Font Color

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

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


#c4cecc Background Color

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

This div background color is #c4cecc


#c4cecc Border Color

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

This div border color is #c4cecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cecc

#c4cecc Color Palettes


Comments

No comments written yet.

Please login to write comment.