Color Hex Logo

#c8dddd Color Hex

#C8DDDD
(200,221,221)
0 Favorites   0 Comments

Color spaces of #c8dddd

RGB 200221221
HSL0.500.240.83
HSV180°10°87°
CMYK 0.100.000.00   0.13
XYZ62.727069.212778.4599
Yxy69.21270.29810.3290
Hunter Lab83.1942-11.00382.3199
CIE-Lab86.6093-6.9612-2.3925

#c8dddd color RGB value is (200,221,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011101 11011101
Octal 310 335 335
Decimal 200 221 221
Hex C8 DD DD

RGB Percentages of Color #c8dddd

%31.15
%34.42
%34.42

CMYK Percentages of Color #c8dddd

%10
%0
%0
%13

Triadic Colors of #c8dddd

#c8dddd #ddc8dd #ddddc8

Analogous Colors of #c8dddd

#c8dddd #c8d3dd #c8ddd3

Monochromatic Colors of #c8dddd

#c8dddd

Complementary Color

#c8dddd #ddc8c8

#c8dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dddd Color CSS Codes

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

#c8dddd Text Font Color

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

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


#c8dddd Background Color

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

This div background color is #c8dddd


#c8dddd Border Color

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

This div border color is #c8dddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dddd


Comments

No comments written yet.

Please login to write comment.