Color Hex Logo

#c8fcdc Color Hex

#C8FCDC
(200,252,220)
0 Favorites   0 Comments

Color spaces of #c8fcdc

RGB 200252220
HSL0.400.900.89
HSV143°21°99°
CMYK 0.210.000.13   0.01
XYZ71.548187.067580.7449
Yxy87.06750.29890.3638
Hunter Lab93.3100-26.422414.0109
CIE-Lab94.7669-22.60579.9483

#c8fcdc color RGB value is (200,252,220).

#c8fcdc hex color red value is 200, green value is 252 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c8fcdc hue: 0.40 , saturation: 0.90 and the lightness value of c8fcdc is 0.89.

The process color (four color CMYK) of #c8fcdc color hex is 0.21, 0.00, 0.13, 0.01. Web safe color of #c8fcdc is #ccffcc. Color #c8fcdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11111100 11011100
Octal 310 374 334
Decimal 200 252 220
Hex C8 FC DC

RGB Percentages of Color #c8fcdc

%29.76
%37.50
%32.74

CMYK Percentages of Color #c8fcdc

%21
%0
%13
%1

Triadic Colors of #c8fcdc

#c8fcdc #dcc8fc #fcdcc8

Analogous Colors of #c8fcdc

#c8fcdc #c8fcf6 #cefcc8

Monochromatic Colors of #c8fcdc

#c8fcdc

Complementary Color

#c8fcdc #fcc8e8

#c8fcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8fcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8fcdc Color CSS Codes

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

#c8fcdc Text Font Color

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

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


#c8fcdc Background Color

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

This div background color is #c8fcdc


#c8fcdc Border Color

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

This div border color is #c8fcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8fcdc


Comments

No comments written yet.

Please login to write comment.