Color Hex Logo

#c4ddcf Color Hex

#C4DDCF
(196,221,207)
0 Favorites   0 Comments

Color spaces of #c4ddcf

RGB 196221207
HSL0.410.270.82
HSV146°11°87°
CMYK 0.110.000.06   0.13
XYZ59.883967.953768.9916
Yxy67.95370.30420.3452
Hunter Lab82.4340-14.58898.0822
CIE-Lab85.9833-10.94204.0522

#c4ddcf color RGB value is (196,221,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011101 11001111
Octal 304 335 317
Decimal 196 221 207
Hex C4 DD CF

RGB Percentages of Color #c4ddcf

%31.41
%35.42
%33.17

CMYK Percentages of Color #c4ddcf

%11
%0
%6
%13

Triadic Colors of #c4ddcf

#c4ddcf #cfc4dd #ddcfc4

Analogous Colors of #c4ddcf

#c4ddcf #c4dddc #c6ddc4

Monochromatic Colors of #c4ddcf

#c4ddcf

Complementary Color

#c4ddcf #ddc4d2

#c4ddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ddcf Color CSS Codes

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

#c4ddcf Text Font Color

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

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


#c4ddcf Background Color

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

This div background color is #c4ddcf


#c4ddcf Border Color

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

This div border color is #c4ddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ddcf


Comments

No comments written yet.

Please login to write comment.