Color Hex Logo

#c4dedd Color Hex

#C4DEDD
(196,222,221)
0 Favorites   0 Comments

Color spaces of #c4dedd

RGB 196222221
HSL0.490.280.82
HSV178°12°87°
CMYK 0.120.000.00   0.13
XYZ61.937469.198878.4989
Yxy69.19880.29550.3301
Hunter Lab83.1858-12.67002.2806
CIE-Lab86.6024-8.7659-2.4341

#c4dedd color RGB value is (196,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011110 11011101
Octal 304 336 335
Decimal 196 222 221
Hex C4 DE DD

RGB Percentages of Color #c4dedd

%30.67
%34.74
%34.59

CMYK Percentages of Color #c4dedd

%12
%0
%0
%13

Triadic Colors of #c4dedd

#c4dedd #ddc4de #deddc4

Analogous Colors of #c4dedd

#c4dedd #c4d2de #c4ded0

Monochromatic Colors of #c4dedd

#c4dedd

Complementary Color

#c4dedd #dec4c5

#c4dedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dedd Color CSS Codes

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

#c4dedd Text Font Color

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

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


#c4dedd Background Color

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

This div background color is #c4dedd


#c4dedd Border Color

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

This div border color is #c4dedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dedd


Comments

No comments written yet.

Please login to write comment.