Color Hex Logo

#ccfcdf Color Hex

#CCFCDF
(204,252,223)
0 Favorites   0 Comments

Color spaces of #ccfcdf

RGB 204252223
HSL0.400.890.89
HSV144°19°99°
CMYK 0.190.000.12   0.01
XYZ73.031587.785982.9072
Yxy87.78590.29960.3602
Hunter Lab93.6941-24.829813.1219
CIE-Lab95.0707-20.79348.8704

#ccfcdf color RGB value is (204,252,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111100 11011111
Octal 314 374 337
Decimal 204 252 223
Hex CC FC DF

RGB Percentages of Color #ccfcdf

%30.04
%37.11
%32.84

CMYK Percentages of Color #ccfcdf

%19
%0
%12
%1

Triadic Colors of #ccfcdf

#ccfcdf #dfccfc #fcdfcc

Analogous Colors of #ccfcdf

#ccfcdf #ccfcf7 #d1fccc

Monochromatic Colors of #ccfcdf

#ccfcdf

Complementary Color

#ccfcdf #fccce9

#ccfcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfcdf Color CSS Codes

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

#ccfcdf Text Font Color

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

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


#ccfcdf Background Color

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

This div background color is #ccfcdf


#ccfcdf Border Color

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

This div border color is #ccfcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfcdf


Comments

No comments written yet.

Please login to write comment.