Color Hex Logo

#ccf6de Color Hex

#CCF6DE
(204,246,222)
0 Favorites   0 Comments

Color spaces of #ccf6de

RGB 204246222
HSL0.400.700.88
HSV146°17°96°
CMYK 0.170.000.10   0.04
XYZ71.042484.022881.5809
Yxy84.02280.30020.3551
Hunter Lab91.6640-22.068911.3967
CIE-Lab93.4604-18.04847.0731

#ccf6de color RGB value is (204,246,222).

#ccf6de hex color red value is 204, green value is 246 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ccf6de hue: 0.40 , saturation: 0.70 and the lightness value of ccf6de is 0.88.

The process color (four color CMYK) of #ccf6de color hex is 0.17, 0.00, 0.10, 0.04. Web safe color of #ccf6de is #ccffcc. Color #ccf6de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110110 11011110
Octal 314 366 336
Decimal 204 246 222
Hex CC F6 DE

RGB Percentages of Color #ccf6de

%30.36
%36.61
%33.04

CMYK Percentages of Color #ccf6de

%17
%0
%10
%4

Triadic Colors of #ccf6de

#ccf6de #deccf6 #f6decc

Analogous Colors of #ccf6de

#ccf6de #ccf6f3 #cff6cc

Monochromatic Colors of #ccf6de

#ccf6de

Complementary Color

#ccf6de #f6cce4

#ccf6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf6de Color CSS Codes

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

#ccf6de Text Font Color

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

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


#ccf6de Background Color

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

This div background color is #ccf6de


#ccf6de Border Color

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

This div border color is #ccf6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf6de


Comments

No comments written yet.

Please login to write comment.