Color Hex Logo

#c4dccf Color Hex

#C4DCCF
(196,220,207)
0 Favorites   0 Comments

Color spaces of #c4dccf

RGB 196220207
HSL0.410.260.82
HSV148°11°86°
CMYK 0.110.000.06   0.14
XYZ59.620667.427268.9039
Yxy67.42720.30430.3441
Hunter Lab82.1141-14.09607.7282
CIE-Lab85.7192-10.43293.6697

#c4dccf color RGB value is (196,220,207).

#c4dccf hex color red value is 196, green value is 220 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c4dccf hue: 0.41 , saturation: 0.26 and the lightness value of c4dccf is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011100 11001111
Octal 304 334 317
Decimal 196 220 207
Hex C4 DC CF

RGB Percentages of Color #c4dccf

%31.46
%35.31
%33.23

CMYK Percentages of Color #c4dccf

%11
%0
%6
%14

Triadic Colors of #c4dccf

#c4dccf #cfc4dc #dccfc4

Analogous Colors of #c4dccf

#c4dccf #c4dcdb #c5dcc4

Monochromatic Colors of #c4dccf

#c4dccf

Complementary Color

#c4dccf #dcc4d1

#c4dccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dccf Color CSS Codes

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

#c4dccf Text Font Color

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

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


#c4dccf Background Color

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

This div background color is #c4dccf


#c4dccf Border Color

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

This div border color is #c4dccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dccf


Comments

No comments written yet.

Please login to write comment.