Color Hex Logo

#c8dedd Color Hex

#C8DEDD
(200,222,221)
0 Favorites   0 Comments

Color spaces of #c8dedd

RGB 200222221
HSL0.490.250.83
HSV177°10°87°
CMYK 0.100.000.00   0.13
XYZ62.991869.742478.5482
Yxy69.74240.29810.3301
Hunter Lab83.5119-11.50592.6924
CIE-Lab86.8704-7.4750-2.0096

#c8dedd color RGB value is (200,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011110 11011101
Octal 310 336 335
Decimal 200 222 221
Hex C8 DE DD

RGB Percentages of Color #c8dedd

%31.10
%34.53
%34.37

CMYK Percentages of Color #c8dedd

%10
%0
%0
%13

Triadic Colors of #c8dedd

#c8dedd #ddc8de #deddc8

Analogous Colors of #c8dedd

#c8dedd #c8d4de #c8ded2

Monochromatic Colors of #c8dedd

#c8dedd

Complementary Color

#c8dedd #dec8c9

#c8dedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dedd Color CSS Codes

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

#c8dedd Text Font Color

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

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


#c8dedd Background Color

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

This div background color is #c8dedd


#c8dedd Border Color

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

This div border color is #c8dedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dedd


Comments

No comments written yet.

Please login to write comment.