Color Hex Logo

#ccffcf Color Hex

#CCFFCF
(204,255,207)
0 Favorites   0 Comments

Color spaces of #ccffcf

RGB 204255207
HSL0.341.000.90
HSV124°20°100°
CMYK 0.200.000.19   0.00
XYZ71.924388.862472.3928
Yxy88.86240.30850.3811
Hunter Lab94.2669-28.774020.4547
CIE-Lab95.5229-25.068517.7220

#ccffcf color RGB value is (204,255,207).

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

The process color (four color CMYK) of #ccffcf color hex is 0.20, 0.00, 0.19, 0.00. Web safe color of #ccffcf is #ccffcc. Color #ccffcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 11001111
Octal 314 377 317
Decimal 204 255 207
Hex CC FF CF

RGB Percentages of Color #ccffcf

%30.63
%38.29
%31.08

CMYK Percentages of Color #ccffcf

%20
%0
%19
%0

Triadic Colors of #ccffcf

#ccffcf #cfccff #ffcfcc

Analogous Colors of #ccffcf

#ccffcf #ccffe9 #e3ffcc

Monochromatic Colors of #ccffcf

#ccffcf

Complementary Color

#ccffcf #ffccfc

#ccffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccffcf Color CSS Codes

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

#ccffcf Text Font Color

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

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


#ccffcf Background Color

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

This div background color is #ccffcf


#ccffcf Border Color

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

This div border color is #ccffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccffcf

Related Colors

#ccffcf Color Palettes


Comments

No comments written yet.

Please login to write comment.