Color Hex Logo

#ccf2cd Color Hex

#CCF2CD
(204,242,205)
0 Favorites   0 Comments

Color spaces of #ccf2cd

RGB 204242205
HSL0.340.590.87
HSV122°16°95°
CMYK 0.160.000.15   0.05
XYZ67.673480.749469.7770
Yxy80.74940.31010.3701
Hunter Lab89.8607-22.829216.8637
CIE-Lab92.0201-19.129313.8110

#ccf2cd color RGB value is (204,242,205).

#ccf2cd hex color red value is 204, green value is 242 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ccf2cd hue: 0.34 , saturation: 0.59 and the lightness value of ccf2cd is 0.87.

The process color (four color CMYK) of #ccf2cd color hex is 0.16, 0.00, 0.15, 0.05. Web safe color of #ccf2cd is #ccffcc. Color #ccf2cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110010 11001101
Octal 314 362 315
Decimal 204 242 205
Hex CC F2 CD

RGB Percentages of Color #ccf2cd

%31.34
%37.17
%31.49

CMYK Percentages of Color #ccf2cd

%16
%0
%15
%5

Triadic Colors of #ccf2cd

#ccf2cd #cdccf2 #f2cdcc

Analogous Colors of #ccf2cd

#ccf2cd #ccf2e0 #def2cc

Monochromatic Colors of #ccf2cd

#ccf2cd

Complementary Color

#ccf2cd #f2ccf1

#ccf2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf2cd Color CSS Codes

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

#ccf2cd Text Font Color

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

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


#ccf2cd Background Color

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

This div background color is #ccf2cd


#ccf2cd Border Color

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

This div border color is #ccf2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf2cd

#ccf2cd Color Palettes


Comments

No comments written yet.

Please login to write comment.