Color Hex Logo

#c2dedd Color Hex

#C2DEDD
(194,222,221)
0 Favorites   0 Comments

Color spaces of #c2dedd

RGB 194222221
HSL0.490.300.82
HSV178°13°87°
CMYK 0.130.000.00   0.13
XYZ61.420668.932378.4747
Yxy68.93230.29410.3301
Hunter Lab83.0255-13.24382.0776
CIE-Lab86.4705-9.4065-2.6430

#c2dedd color RGB value is (194,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011110 11011101
Octal 302 336 335
Decimal 194 222 221
Hex C2 DE DD

RGB Percentages of Color #c2dedd

%30.46
%34.85
%34.69

CMYK Percentages of Color #c2dedd

%13
%0
%0
%13

Triadic Colors of #c2dedd

#c2dedd #ddc2de #deddc2

Analogous Colors of #c2dedd

#c2dedd #c2d1de #c2decf

Monochromatic Colors of #c2dedd

#c2dedd

Complementary Color

#c2dedd #dec2c3

#c2dedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dedd Color CSS Codes

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

#c2dedd Text Font Color

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

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


#c2dedd Background Color

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

This div background color is #c2dedd


#c2dedd Border Color

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

This div border color is #c2dedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dedd


Comments

No comments written yet.

Please login to write comment.