Color Hex Logo

#ccfcd7 Color Hex

#CCFCD7
(204,252,215)
0 Favorites   0 Comments

Color spaces of #ccfcd7

RGB 204252215
HSL0.370.890.89
HSV134°19°99°
CMYK 0.190.000.15   0.01
XYZ71.978087.364577.3594
Yxy87.36450.30410.3691
Hunter Lab93.4690-26.112616.3570
CIE-Lab94.8927-22.238812.7315

#ccfcd7 color RGB value is (204,252,215).

#ccfcd7 hex color red value is 204, green value is 252 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #ccfcd7 hue: 0.37 , saturation: 0.89 and the lightness value of ccfcd7 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111100 11010111
Octal 314 374 327
Decimal 204 252 215
Hex CC FC D7

RGB Percentages of Color #ccfcd7

%30.40
%37.56
%32.04

CMYK Percentages of Color #ccfcd7

%19
%0
%15
%1

Triadic Colors of #ccfcd7

#ccfcd7 #d7ccfc #fcd7cc

Analogous Colors of #ccfcd7

#ccfcd7 #ccfcef #d9fccc

Monochromatic Colors of #ccfcd7

#ccfcd7

Complementary Color

#ccfcd7 #fcccf1

#ccfcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfcd7 Color CSS Codes

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

#ccfcd7 Text Font Color

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

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


#ccfcd7 Background Color

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

This div background color is #ccfcd7


#ccfcd7 Border Color

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

This div border color is #ccfcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfcd7


Comments

No comments written yet.

Please login to write comment.