Color Hex Logo

#c8ddcf Color Hex

#C8DDCF
(200,221,207)
0 Favorites   0 Comments

Color spaces of #c8ddcf

RGB 200221207
HSL0.390.240.83
HSV140°10°87°
CMYK 0.100.000.06   0.13
XYZ60.938468.497369.0410
Yxy68.49730.30700.3451
Hunter Lab82.7631-13.40608.4744
CIE-Lab86.2545-9.60974.4788

#c8ddcf color RGB value is (200,221,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011101 11001111
Octal 310 335 317
Decimal 200 221 207
Hex C8 DD CF

RGB Percentages of Color #c8ddcf

%31.85
%35.19
%32.96

CMYK Percentages of Color #c8ddcf

%10
%0
%6
%13

Triadic Colors of #c8ddcf

#c8ddcf #cfc8dd #ddcfc8

Analogous Colors of #c8ddcf

#c8ddcf #c8ddda #ccddc8

Monochromatic Colors of #c8ddcf

#c8ddcf

Complementary Color

#c8ddcf #ddc8d6

#c8ddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ddcf Color CSS Codes

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

#c8ddcf Text Font Color

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

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


#c8ddcf Background Color

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

This div background color is #c8ddcf


#c8ddcf Border Color

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

This div border color is #c8ddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ddcf


Comments

No comments written yet.

Please login to write comment.