Color Hex Logo

#ccf5cf Color Hex

#CCF5CF
(204,245,207)
0 Favorites   0 Comments

Color spaces of #ccf5cf

RGB 204245207
HSL0.350.670.88
HSV124°17°96°
CMYK 0.170.000.16   0.04
XYZ68.816782.647271.3570
Yxy82.64720.30880.3709
Hunter Lab90.9105-23.973917.0998
CIE-Lab92.8598-20.248513.9670

#ccf5cf color RGB value is (204,245,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110101 11001111
Octal 314 365 317
Decimal 204 245 207
Hex CC F5 CF

RGB Percentages of Color #ccf5cf

%31.10
%37.35
%31.55

CMYK Percentages of Color #ccf5cf

%17
%0
%16
%4

Triadic Colors of #ccf5cf

#ccf5cf #cfccf5 #f5cfcc

Analogous Colors of #ccf5cf

#ccf5cf #ccf5e4 #def5cc

Monochromatic Colors of #ccf5cf

#ccf5cf

Complementary Color

#ccf5cf #f5ccf2

#ccf5cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf5cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf5cf Color CSS Codes

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

#ccf5cf Text Font Color

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

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


#ccf5cf Background Color

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

This div background color is #ccf5cf


#ccf5cf Border Color

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

This div border color is #ccf5cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf5cf

Related Colors

#ccf5cf Color Palettes


Comments

No comments written yet.

Please login to write comment.