Color Hex Logo

#ccf6cf Color Hex

#CCF6CF
(204,246,207)
0 Favorites   0 Comments

Color spaces of #ccf6cf

RGB 204246207
HSL0.350.700.88
HSV124°17°96°
CMYK 0.170.000.16   0.04
XYZ69.120183.253971.4581
Yxy83.25390.30880.3719
Hunter Lab91.2436-24.456517.4371
CIE-Lab93.1255-20.735014.3431

#ccf6cf color RGB value is (204,246,207).

#ccf6cf hex color red value is 204, green value is 246 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ccf6cf hue: 0.35 , saturation: 0.70 and the lightness value of ccf6cf is 0.88.

The process color (four color CMYK) of #ccf6cf color hex is 0.17, 0.00, 0.16, 0.04. Web safe color of #ccf6cf is #ccffcc. Color #ccf6cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110110 11001111
Octal 314 366 317
Decimal 204 246 207
Hex CC F6 CF

RGB Percentages of Color #ccf6cf

%31.05
%37.44
%31.51

CMYK Percentages of Color #ccf6cf

%17
%0
%16
%4

Triadic Colors of #ccf6cf

#ccf6cf #cfccf6 #f6cfcc

Analogous Colors of #ccf6cf

#ccf6cf #ccf6e4 #def6cc

Monochromatic Colors of #ccf6cf

#ccf6cf

Complementary Color

#ccf6cf #f6ccf3

#ccf6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf6cf Color CSS Codes

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

#ccf6cf Text Font Color

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

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


#ccf6cf Background Color

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

This div background color is #ccf6cf


#ccf6cf Border Color

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

This div border color is #ccf6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf6cf


Comments

No comments written yet.

Please login to write comment.