Color Hex Logo

#c3dcc1 Color Hex

#C3DCC1
(195,220,193)
0 Favorites   0 Comments

Color spaces of #c3dcc1

RGB 195220193
HSL0.320.280.81
HSV116°12°86°
CMYK 0.110.000.12   0.14
XYZ57.724566.638860.2722
Yxy66.63880.31260.3609
Hunter Lab81.6326-16.635113.3669
CIE-Lab85.3212-13.303610.4757

#c3dcc1 color RGB value is (195,220,193).

#c3dcc1 hex color red value is 195, green value is 220 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #c3dcc1 hue: 0.32 , saturation: 0.28 and the lightness value of c3dcc1 is 0.81.

The process color (four color CMYK) of #c3dcc1 color hex is 0.11, 0.00, 0.12, 0.14. Web safe color of #c3dcc1 is #cccccc. Color #c3dcc1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011100 11000001
Octal 303 334 301
Decimal 195 220 193
Hex C3 DC C1

RGB Percentages of Color #c3dcc1

%32.07
%36.18
%31.74

CMYK Percentages of Color #c3dcc1

%11
%0
%12
%14

Triadic Colors of #c3dcc1

#c3dcc1 #c1c3dc #dcc1c3

Analogous Colors of #c3dcc1

#c3dcc1 #c1dccd #d1dcc1

Monochromatic Colors of #c3dcc1

#c3dcc1

Complementary Color

#c3dcc1 #dac1dc

#c3dcc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dcc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dcc1 Color CSS Codes

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

#c3dcc1 Text Font Color

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

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


#c3dcc1 Background Color

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

This div background color is #c3dcc1


#c3dcc1 Border Color

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

This div border color is #c3dcc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dcc1


Comments

No comments written yet.

Please login to write comment.