Color Hex Logo

#ccf2df Color Hex

#CCF2DF
(204,242,223)
0 Favorites   0 Comments

Color spaces of #ccf2df

RGB 204242223
HSL0.420.590.87
HSV150°16°95°
CMYK 0.160.000.08   0.05
XYZ69.973381.669381.8878
Yxy81.66930.29960.3497
Hunter Lab90.3711-19.93889.5354
CIE-Lab92.4287-15.88915.0668

#ccf2df color RGB value is (204,242,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110010 11011111
Octal 314 362 337
Decimal 204 242 223
Hex CC F2 DF

RGB Percentages of Color #ccf2df

%30.49
%36.17
%33.33

CMYK Percentages of Color #ccf2df

%16
%0
%8
%5

Triadic Colors of #ccf2df

#ccf2df #dfccf2 #f2dfcc

Analogous Colors of #ccf2df

#ccf2df #ccf2f2 #ccf2cc

Monochromatic Colors of #ccf2df

#ccf2df

Complementary Color

#ccf2df #f2ccdf

#ccf2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf2df Color CSS Codes

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

#ccf2df Text Font Color

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

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


#ccf2df Background Color

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

This div background color is #ccf2df


#ccf2df Border Color

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

This div border color is #ccf2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf2df


Comments

No comments written yet.

Please login to write comment.