Color Hex Logo

#c8ddde Color Hex

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

Color spaces of #c8ddde

RGB 200221222
HSL0.510.250.83
HSV183°10°87°
CMYK 0.100.000.00   0.13
XYZ62.860769.266279.1638
Yxy69.26620.29750.3278
Hunter Lab83.2263-10.82531.8625
CIE-Lab86.6357-6.7661-2.8816

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

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

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

Base Numbers

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

RGB Percentages of Color #c8ddde

%31.10
%34.37
%34.53

CMYK Percentages of Color #c8ddde

%10
%0
%0
%13

Triadic Colors of #c8ddde

#c8ddde #dec8dd #dddec8

Analogous Colors of #c8ddde

#c8ddde #c8d2de #c8ded4

Monochromatic Colors of #c8ddde

#c8ddde

Complementary Color

#c8ddde #dec9c8

#c8ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ddde Color CSS Codes

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

#c8ddde Text Font Color

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

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


#c8ddde Background Color

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

This div background color is #c8ddde


#c8ddde Border Color

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

This div border color is #c8ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ddde


Comments

No comments written yet.

Please login to write comment.