Color Hex Logo

#ccf1df Color Hex

#CCF1DF
(204,241,223)
0 Favorites   0 Comments

Color spaces of #ccf1df

RGB 204241223
HSL0.420.570.87
HSV151°15°95°
CMYK 0.150.000.07   0.05
XYZ69.676481.075781.7889
Yxy81.07570.29960.3487
Hunter Lab90.0420-19.44669.1739
CIE-Lab92.1654-15.39354.6861

#ccf1df color RGB value is (204,241,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110001 11011111
Octal 314 361 337
Decimal 204 241 223
Hex CC F1 DF

RGB Percentages of Color #ccf1df

%30.54
%36.08
%33.38

CMYK Percentages of Color #ccf1df

%15
%0
%7
%5

Triadic Colors of #ccf1df

#ccf1df #dfccf1 #f1dfcc

Analogous Colors of #ccf1df

#ccf1df #ccf1f1 #ccf1cd

Monochromatic Colors of #ccf1df

#ccf1df

Complementary Color

#ccf1df #f1ccde

#ccf1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf1df Color CSS Codes

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

#ccf1df Text Font Color

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

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


#ccf1df Background Color

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

This div background color is #ccf1df


#ccf1df Border Color

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

This div border color is #ccf1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf1df


Comments

No comments written yet.

Please login to write comment.