Color Hex Logo

#ccf8ce Color Hex

#CCF8CE
(204,248,206)
0 Favorites   0 Comments

Color spaces of #ccf8ce

RGB 204248206
HSL0.340.760.89
HSV123°18°97°
CMYK 0.180.000.17   0.03
XYZ69.609884.428471.0200
Yxy84.42840.30930.3751
Hunter Lab91.8849-25.571318.4928
CIE-Lab93.6363-21.877215.5797

#ccf8ce color RGB value is (204,248,206).

#ccf8ce hex color red value is 204, green value is 248 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ccf8ce hue: 0.34 , saturation: 0.76 and the lightness value of ccf8ce is 0.89.

The process color (four color CMYK) of #ccf8ce color hex is 0.18, 0.00, 0.17, 0.03. Web safe color of #ccf8ce is #ccffcc. Color #ccf8ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111000 11001110
Octal 314 370 316
Decimal 204 248 206
Hex CC F8 CE

RGB Percentages of Color #ccf8ce

%31.00
%37.69
%31.31

CMYK Percentages of Color #ccf8ce

%18
%0
%17
%3

Triadic Colors of #ccf8ce

#ccf8ce #ceccf8 #f8cecc

Analogous Colors of #ccf8ce

#ccf8ce #ccf8e4 #e0f8cc

Monochromatic Colors of #ccf8ce

#ccf8ce

Complementary Color

#ccf8ce #f8ccf6

#ccf8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf8ce Color CSS Codes

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

#ccf8ce Text Font Color

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

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


#ccf8ce Background Color

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

This div background color is #ccf8ce


#ccf8ce Border Color

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

This div border color is #ccf8ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,248,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccf8ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccf8ce;
  -webkit-box-shadow: 1px 1px 3px 2px #ccf8ce;
  box-shadow:         1px 1px 3px 2px #ccf8ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,248,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf8ce


Comments

No comments written yet.

Please login to write comment.