Color Hex Logo

#ccf9cf Color Hex

#CCF9CF
(204,249,207)
0 Favorites   0 Comments

Color spaces of #ccf9cf

RGB 204249207
HSL0.340.790.89
HSV124°18°98°
CMYK 0.180.000.17   0.02
XYZ70.040085.093771.7647
Yxy85.09370.30870.3750
Hunter Lab92.2462-25.900918.4466
CIE-Lab93.9235-22.188715.4707

#ccf9cf color RGB value is (204,249,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 11001111
Octal 314 371 317
Decimal 204 249 207
Hex CC F9 CF

RGB Percentages of Color #ccf9cf

%30.91
%37.73
%31.36

CMYK Percentages of Color #ccf9cf

%18
%0
%17
%2

Triadic Colors of #ccf9cf

#ccf9cf #cfccf9 #f9cfcc

Analogous Colors of #ccf9cf

#ccf9cf #ccf9e6 #e0f9cc

Monochromatic Colors of #ccf9cf

#ccf9cf

Complementary Color

#ccf9cf #f9ccf6

#ccf9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf9cf Color CSS Codes

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

#ccf9cf Text Font Color

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

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


#ccf9cf Background Color

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

This div background color is #ccf9cf


#ccf9cf Border Color

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

This div border color is #ccf9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf9cf


Comments

No comments written yet.

Please login to write comment.