Color Hex Logo

#c3cecc Color Hex

#C3CECC
(195,206,204)
1 Favorites   0 Comments

Color spaces of #c3cecc

RGB 195206204
HSL0.470.100.79
HSV169°81°
CMYK 0.050.000.01   0.19
XYZ55.476160.104365.8041
Yxy60.10430.30580.3314
Hunter Lab77.5270-7.94263.9441
CIE-Lab81.8948-4.1053-0.3096

#c3cecc color RGB value is (195,206,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001110 11001100
Octal 303 316 314
Decimal 195 206 204
Hex C3 CE CC

RGB Percentages of Color #c3cecc

%32.23
%34.05
%33.72

CMYK Percentages of Color #c3cecc

%5
%0
%1
%19

Triadic Colors of #c3cecc

#c3cecc #ccc3ce #ceccc3

Analogous Colors of #c3cecc

#c3cecc #c3cbce #c3cec7

Monochromatic Colors of #c3cecc

#c3cecc

Complementary Color

#c3cecc #cec3c5

#c3cecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cecc Color CSS Codes

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

#c3cecc Text Font Color

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

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


#c3cecc Background Color

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

This div background color is #c3cecc


#c3cecc Border Color

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

This div border color is #c3cecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,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 #c3cecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cecc

#c3cecc Color Palettes


Comments

No comments written yet.

Please login to write comment.